Searched defs:DexFileDeps (Results 1 – 2 of 2) sorted by relevance
212 struct DexFileDeps { struct213 explicit DexFileDeps(size_t num_class_defs) in DexFileDeps() argument238 // and internal (same VerifierDeps, different DexFileDeps). argument241 bool Equals(const DexFileDeps& rhs) const; argument
1261 ASSERT_TRUE(RunValidation([](VerifierDeps::DexFileDeps&) {}, buffer, &error_msg)) in TEST_F()