Searched defs:deleteAllValues (Results 1 - 3 of 3) sorted by last modified time

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashMap.h359 inline void deleteAllValues(const HashMap<T, U, V, W, X>& collection) function in namespace:WTF
H A DHashSet.h31 void deleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
92 friend void deleteAllValues<>(const HashSet&);
214 void deleteAllValues(HashTableType& collection) function in namespace:WTF
223 inline void deleteAllValues(const HashSet<T, U, V>& collection) function in namespace:WTF
225 deleteAllValues<typename HashSet<T, U, V>::ValueType>(collection.m_impl);
H A DListHashSet.h47 void deleteAllValues(const ListHashSet<Value, inlineCapacity, HashFunctions>&);
131 friend void deleteAllValues<>(const ListHashSet&);
690 void deleteAllValues(HashTableType& collection) function in namespace:WTF
699 inline void deleteAllValues(const ListHashSet<T, inlineCapacity, U>& collection) function in namespace:WTF
701 deleteAllValues<true, typename ListHashSet<T, inlineCapacity, U>::ValueType>(collection.m_impl);

Completed in 217 milliseconds