Lines Matching refs:using
79 using BlobStorage = std::vector<char>;
80 using DictStorage = flat_map<std::string, std::unique_ptr<Value>>;
81 using ListStorage = std::vector<Value>;
166 // returned. Callers are expected to perform a check against null before using
178 // Callers are expected to perform a check against null before using the
282 using dict_iterator_proxy = detail::dict_iterator_proxy;
283 using const_dict_iterator_proxy = detail::const_dict_iterator_proxy;
376 using const_iterator = DictStorage::const_iterator;
377 using iterator = DictStorage::iterator;
526 using Value::RemovePath; // DictionaryValue::RemovePath shadows otherwise.
582 using const_iterator = ListStorage::const_iterator;
583 using iterator = ListStorage::iterator;
639 using Value::GetList;
689 // Searches for the first instance of |value| in the list using the Equals