Home | History | Annotate | Download | only in wtf

Lines Matching defs:ValueTraits

41         typedef TraitsArg ValueTraits;
42 typedef typename ValueTraits::PeekInType ValuePeekInType;
43 typedef typename ValueTraits::PassInType ValuePassInType;
44 typedef typename ValueTraits::PassOutType ValuePassOutType;
47 typedef typename ValueTraits::TraitType ValueType;
51 HashFunctions, ValueTraits, ValueTraits, Allocator> HashTableType;
54 typedef HashTableConstIteratorAdapter<HashTableType, ValueTraits> iterator;
55 typedef HashTableConstIteratorAdapter<HashTableType, ValueTraits> const_iterator;
224 if (ValueTraits::isDeletedValue(value))
228 if (value == ValueTraits::emptyValue())
231 if (isHashTraitsEmptyValue<ValueTraits>(value))
242 return ValueTraits::emptyValue();
244 ValuePassOutType result = ValueTraits::passOut(const_cast<ValueType&>(*it));