Home
last modified time | relevance | path

Searched refs:string_map_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h136 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
Djson_parser.cpp110 obj->string_map_.try_emplace(key, std::move(string_temp_)); in InsertKeyValuePairIn()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h116 return &string_map_; in GetStringMap()
540 std::unordered_map<std::string, StringItem *> string_map_; variable
Dfile_item_container.cpp192 return GetOrInsert<StringItem>(string_map_, items_, items_end_, str, false, str, this); in GetOrCreateStringItem()