Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.cc19 std::vector<base::Value::DictStorage::value_type> dict_storage; in Read() local
20 dict_storage.reserve(view.size()); in Read()
26 dict_storage.emplace_back(key.as_string(), std::move(value)); in Read()
28 *value_out = base::Value(base::Value::DictStorage(std::move(dict_storage), in Read()
/external/libchrome/base/json/
Djson_parser.cc340 std::vector<Value::DictStorage::value_type> dict_storage; in ConsumeDictionary() local
370 dict_storage.emplace_back(key.DestructiveAsString(), in ConsumeDictionary()
389 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()