Traits            123 Source/bindings/v8/custom/V8TypedArrayCustom.h     typedef TypedArrayTraits<TypedArray> Traits;
Traits           1589 Source/platform/heap/Heap.h     typedef typename Table::ValueTraits Traits;
Traits           1726 Source/platform/heap/Heap.h     typedef typename Table::ValueTraits Traits;
Traits            401 Source/platform/heap/Visitor.h     typedef WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> HashSet;
Traits             34 Source/wtf/HashCountedSet.h         typedef HashMap<Value, unsigned, HashFunctions, Traits, HashTraits<unsigned>, DefaultAllocator> ImplType;
Traits             72 Source/wtf/HashTable.h         typedef HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> HashTableType;
Traits             73 Source/wtf/HashTable.h         typedef HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> iterator;
Traits             74 Source/wtf/HashTable.h         typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> const_iterator;
Traits            172 Source/wtf/HashTable.h         typedef HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> HashTableType;
Traits            173 Source/wtf/HashTable.h         typedef HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> iterator;
Traits            174 Source/wtf/HashTable.h         typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> const_iterator;
Traits            263 Source/wtf/HashTable.h         typedef HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> iterator;
Traits            264 Source/wtf/HashTable.h         typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> const_iterator;
Traits           1086 Source/wtf/HashTable.h             typedef HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator> HashTableType;