Searched refs:FindKeyOfType (Results 1 – 2 of 2) sorted by relevance
184 Value* FindKeyOfType(std::string_view key, Type type);185 const Value* FindKeyOfType(std::string_view key, Type type) const;
255 Value* Value::FindKeyOfType(std::string_view key, Type type) { in FindKeyOfType() function in base::Value257 static_cast<const Value*>(this)->FindKeyOfType(key, type)); in FindKeyOfType()260 const Value* Value::FindKeyOfType(std::string_view key, Type type) const { in FindKeyOfType() function in base::Value692 current_dictionary->FindKeyOfType(key, Type::DICTIONARY); in Set()