Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h180 GetStringIdx(entry.first));
189 Write32(dex_file_data, raw_offset + 0u, GetStringIdx(entry.first.shorty));
207 Write32(dex_file_data, raw_offset + 4u, GetStringIdx(entry.first.name));
216 Write32(dex_file_data, raw_offset + 4u, GetStringIdx(entry.first.name));
250 uint32_t GetStringIdx(const std::string& type) { in GetStringIdx() function
Dtest_dex_file_builder_test.cc79 EXPECT_EQ(0u, builder.GetStringIdx("Arbitrary string")); in TEST()