Home | History | Annotate | Download | only in wtf

Lines Matching defs:HashFunctions

40         typedef HashArg HashFunctions;
51 HashFunctions, ValueTraits, ValueTraits, Allocator> HashTableType;
168 template<typename Value, typename HashFunctions, typename Traits, typename Allocator>
169 inline bool HashSet<Value, HashFunctions, Traits, Allocator>::contains(ValuePeekInType value) const
174 template<typename Value, typename HashFunctions, typename Traits, typename Allocator>
176 typename HashSet<Value, HashFunctions, Traits, Allocator>::iterator
177 inline HashSet<Value, HashFunctions, Traits, Allocator>::find(const T& value) const
182 template<typename Value, typename HashFunctions, typename Traits, typename Allocator>
184 inline bool HashSet<Value, HashFunctions, Traits, Allocator>::contains(const T& value) const
195 template<typename Value, typename HashFunctions, typename Traits, typename Allocator>
197 inline typename HashSet<Value, HashFunctions, Traits, Allocator>::AddResult
198 HashSet<Value, HashFunctions, Traits, Allocator>::add(const T& value)
227 if (HashFunctions::safeToCompareToEmptyOrDeleted) {