Home | History | Annotate | Download | only in wtf

Lines Matching refs:HashTableType

48             HashFunctions, ValueTraits, KeyTraits> HashTableType;
51 typedef HashTableIteratorAdapter<HashTableType, ValueType> iterator;
52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
109 HashTableType m_impl;
277 ValueType* entry = const_cast<HashTableType&>(m_impl).lookup(key);
349 template<typename MappedType, typename HashTableType>
350 void deleteAllPairSeconds(HashTableType& collection)
352 typedef typename HashTableType::const_iterator iterator;
364 template<typename KeyType, typename HashTableType>
365 void deleteAllPairFirsts(HashTableType& collection)
367 typedef typename HashTableType::const_iterator iterator;