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