Home
last modified time | relevance | path

Searched defs:FindTypeId (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc346 const TypeId* DexFile::FindTypeId(const char* string) const { in FindTypeId() function in art::DexFile
366 const TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const { in FindTypeId() function in art::DexFile
H A Dart_dex_file_loader_test.cc242 TEST_F(ArtDexFileLoaderTest, FindTypeId) { in TEST_F() argument
H A Ddex_file.h275 const dex::TypeId* FindTypeId(std::string_view string) const { in FindTypeId() function