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