Lines Matching refs:is_dict
269 CHECK(is_dict()); in FindKey()
289 CHECK(is_dict()); in RemoveKey()
295 CHECK(is_dict()); in SetKey()
308 CHECK(is_dict()); in SetKey()
335 if (!cur->is_dict() || (cur = cur->FindKey(component)) == nullptr) in FindPath()
379 if (!cur->is_dict()) in SetPath()
396 if (!cur->is_dict()) in SetPath()
407 if (!is_dict() || path.empty()) in RemovePath()
414 if (found == dict_.end() || !found->second->is_dict()) in RemovePath()
425 CHECK(is_dict()); in DictItems()
430 CHECK(is_dict()); in DictItems()
435 CHECK(is_dict()); in DictSize()
440 CHECK(is_dict()); in DictEmpty()
521 if (out_value && is_dict()) { in GetAsDictionary()
525 return is_dict(); in GetAsDictionary()
529 if (out_value && is_dict()) { in GetAsDictionary()
533 return is_dict(); in GetAsDictionary()
910 if (!result || !value->is_dict()) in GetDictionary()
1015 if (!result || !value->is_dict()) in GetDictionaryWithoutPathExpansion()
1117 CHECK(dictionary->is_dict()); in MergeDictionary()
1121 if (merge_value->is_dict()) { in MergeDictionary()
1135 CHECK(other->is_dict()); in Swap()
1250 if (!result || !value->is_dict()) in GetDictionary()