Home
last modified time | relevance | path

Searched refs:GetFieldIdx (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc81 EXPECT_EQ(0u, builder.GetFieldIdx("LTestClass;", "[I", "intField")); in TEST()
Dtest_dex_file_builder.h262 uint32_t GetFieldIdx(const std::string& class_descriptor, const std::string& type, in GetFieldIdx() function