Home | History | Annotate | Download | only in wtf

Lines Matching refs:HashTraits

74     // Note that for a ListHashSet you cannot specify the HashTraits as a
83 typedef HashTraits<Node*> NodeTraits;
95 typedef HashTraits<ValueType> ValueTraits;
369 if (NodeAllocator::isGarbageCollected && HashTraits<ValueArg>::needsDestruction)
381 ASSERT(HashTraits<ValueArg>::needsDestruction); // No need to waste time calling finalize if it's not needed.
999 COMPILE_ASSERT(HashTraits<T>::weakHandlingFlag == NoWeakHandlingInCollections, ListHashSetDoesNotSupportWeakness);