Searched refs:GetStringIdx (Results 1 – 2 of 2) sorted by relevance
79 EXPECT_EQ(0u, builder.GetStringIdx("Arbitrary string")); in TEST()
179 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