Home | History | Annotate | Download | only in wtf

Lines Matching refs:HashTableType

49             HashFunctions, ValueTraits, ValueTraits> HashTableType;
52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> iterator;
53 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
95 HashTableType m_impl;
213 template<typename ValueType, typename HashTableType>
214 void deleteAllValues(HashTableType& collection)
216 typedef typename HashTableType::const_iterator iterator;
228 template<typename ValueType, typename HashTableType>
229 void fastDeleteAllValues(HashTableType& collection)
231 typedef typename HashTableType::const_iterator iterator;