IdentityTranslatorType  349 Source/wtf/HashTable.h             return add<IdentityTranslatorType>(Extractor::extract(value), value);
IdentityTranslatorType  358 Source/wtf/HashTable.h         iterator find(KeyPeekInType key) { return find<IdentityTranslatorType>(key); }
IdentityTranslatorType  359 Source/wtf/HashTable.h         const_iterator find(KeyPeekInType key) const { return find<IdentityTranslatorType>(key); }
IdentityTranslatorType  360 Source/wtf/HashTable.h         bool contains(KeyPeekInType key) const { return contains<IdentityTranslatorType>(key); }
IdentityTranslatorType  375 Source/wtf/HashTable.h         ValueType* lookup(KeyPeekInType key) { return lookup<IdentityTranslatorType>(key); }
IdentityTranslatorType  395 Source/wtf/HashTable.h         LookupType lookupForWriting(const Key& key) { return lookupForWriting<IdentityTranslatorType>(key); };