Searched defs:ListHashSet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h31 // ListHashSet: Just like HashSet, this class provides a Set
38 // guaranteed safe against mutation of the ListHashSet, except for
41 template<typename Value, size_t inlineCapacity, typename HashFunctions> class ListHashSet;
44 void deleteAllValues(const ListHashSet<Value, inlineCapacity, HashFunctions>&);
57 template<typename ValueArg, size_t inlineCapacity = 256, typename HashArg = typename DefaultHash<ValueArg>::Hash> class ListHashSet { class in namespace:WTF
86 ListHashSet();
87 ListHashSet(const ListHashSet&);
88 ListHashSet& operator=(const ListHashSet
512 inline ListHashSet<T, inlineCapacity, U>::ListHashSet() function in class:WTF::ListHashSet
520 inline ListHashSet<T, inlineCapacity, U>::ListHashSet(const ListHashSet& other) function in class:WTF::ListHashSet
919 deleteAllValues(const ListHashSet<T, inlineCapacity, U>& collection) argument
[all...]

Completed in 73 milliseconds