Searched refs:GetStringIdx (Results 1 – 2 of 2) sorted by relevance
78 EXPECT_EQ(0u, builder.GetStringIdx("Arbitrary string")); in TEST()
176 Write32(type_ids_offset + entry.second * sizeof(DexFile::TypeId), GetStringIdx(entry.first)); in Build()185 Write32(raw_offset + 0u, GetStringIdx(entry.first.shorty)); in Build()202 Write32(raw_offset + 4u, GetStringIdx(entry.first.name)); in Build()211 Write32(raw_offset + 4u, GetStringIdx(entry.first.name)); in Build()237 uint32_t GetStringIdx(const std::string& type) { in GetStringIdx() function