Searched defs:FindTypeId (Results 1 – 2 of 2) sorted by relevance
329 const TypeId* DexFile::FindTypeId(const char* string) const { in FindTypeId() function in art::DexFile349 const TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const { in FindTypeId() function in art::DexFile
233 TEST_F(ArtDexFileLoaderTest, FindTypeId) { in TEST_F() argument