Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.h135 ASSERT(values_map_.size() == string_map_.size()); in GetSize()
161 auto iter = string_map_.find(key);
162 return (iter == string_map_.end()) ? nullptr : &iter->second;
185 std::unordered_map<Key, StringT> string_map_;
H A Djson_parser.cpp110 obj->string_map_.try_emplace(key, std::move(string_temp_)); in InsertKeyValuePairIn()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h122 return &string_map_; in GetStringMap()
579 std::unordered_map<std::string, StringItem *> string_map_; member in panda::panda_file::ItemContainer
H A Dfile_item_container.cpp196 return GetOrInsert<StringItem>(string_map_, items_, items_end_, str, false, str, this); in GetOrCreateStringItem()

Completed in 4 milliseconds