Searched refs:dict_storage (Results 1 – 1 of 1) sorted by relevance
338 std::vector<Value::DictStorage::value_type> dict_storage; in ConsumeDictionary() local368 dict_storage.emplace_back(key.DestructiveAsString(), in ConsumeDictionary()387 return Value(Value::DictStorage(std::move(dict_storage), KEEP_LAST_OF_DUPES)); in ConsumeDictionary()