Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc79 EXPECT_EQ(0u, builder.GetStringIdx("Arbitrary string")); in TEST()
Dtest_dex_file_builder.h179 Write32(type_ids_offset + entry.second * sizeof(dex::TypeId), GetStringIdx(entry.first)); in Build()
188 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty)); in Build()
205 Write32(raw_offset + 4u, GetStringIdx(entry.first.name)); in Build()
214 Write32(raw_offset + 4u, GetStringIdx(entry.first.name)); in Build()
250 uint32_t GetStringIdx(const std::string& type) { in GetStringIdx() function