Lines Matching defs:DICTIONARY
17 // as a std::string. Similarly for Values that are always Value::DICTIONARY
73 // base::Value dict(base::Value::Type::DICTIONARY);
89 DICTIONARY,
152 bool is_dict() const { return type() == Type::DICTIONARY; }
168 // Note: This fatally asserts if type() is not Type::DICTIONARY.
180 // Note: This fatally asserts if type() is not Type::DICTIONARY.
190 // Note: This fatally asserts if type() is not Type::DICTIONARY.
204 // asserts if type() is not Type::DICTIONARY.
289 // Note: This fatally asserts if type() is not Type::DICTIONARY.
294 // Note: This fatally asserts if type() is not Type::DICTIONARY.
420 // DEPRECATED, use Value::SetPath(path, Value(Type::DICTIONARY)) instead.