Searched refs:string_map_ (Results 1 – 4 of 4) sorted by relevance
136 ASSERT(values_map_.size() == string_map_.size()); in GetSize()162 auto iter = string_map_.find(key); in GetValueSourceString()163 return (iter == string_map_.end()) ? nullptr : &iter->second; in GetValueSourceString()186 std::unordered_map<Key, StringT> string_map_; variable
110 obj->string_map_.try_emplace(key, std::move(string_temp_)); in InsertKeyValuePairIn()
116 return &string_map_; in GetStringMap()540 std::unordered_map<std::string, StringItem *> string_map_; variable
192 return GetOrInsert<StringItem>(string_map_, items_, items_end_, str, false, str, this); in GetOrCreateStringItem()