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

  /external/webkit/Source/JavaScriptCore/wtf/
HashSet.h 31 void deleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
92 friend void deleteAllValues<>(const HashSet&);
214 void deleteAllValues(HashTableType& collection)
223 inline void deleteAllValues(const HashSet<T, U, V>& collection)
225 deleteAllValues<typename HashSet<T, U, V>::ValueType>(collection.m_impl);
HashMap.h 359 inline void deleteAllValues(const HashMap<T, U, V, W, X>& collection)
ListHashSet.h 47 void deleteAllValues(const ListHashSet<Value, inlineCapacity, HashFunctions>&);
131 friend void deleteAllValues<>(const ListHashSet&);
690 void deleteAllValues(HashTableType& collection)
699 inline void deleteAllValues(const ListHashSet<T, inlineCapacity, U>& collection)
701 deleteAllValues<true, typename ListHashSet<T, inlineCapacity, U>::ValueType>(collection.m_impl);

Completed in 101 milliseconds