Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_parser.cc338 std::vector<Value::DictStorage::value_type> dict_storage; in ConsumeDictionary() local
368 dict_storage.emplace_back(key.DestructiveAsString(), in ConsumeDictionary()
387 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()