Lines Matching refs:DICTIONARY
69 case Value::Type::DICTIONARY: in CopyWithoutEmptyChildren()
123 case Type::DICTIONARY: in Value()
163 Value::Value(const DictStorage& in_dict) : type_(Type::DICTIONARY), dict_() { in Value()
172 : type_(Type::DICTIONARY), dict_(std::move(in_dict)) {} in Value()
204 case Type::DICTIONARY: in Clone()
388 found, path_component, std::make_unique<Value>(Type::DICTIONARY)); in SetPath()
563 case Value::Type::DICTIONARY: in operator ==()
603 case Value::Type::DICTIONARY: in operator <()
673 case Type::DICTIONARY: in InternalMoveConstructFrom()
697 case Type::DICTIONARY: in InternalCleanup()
719 DictionaryValue::DictionaryValue() : Value(Type::DICTIONARY) {} in DictionaryValue()
747 current_dictionary->FindKeyOfType(key, Type::DICTIONARY); in Set()
750 current_dictionary->SetKey(key, Value(Type::DICTIONARY)); in Set()