Searched defs:SmallStringKeyHashTraits (Results 1 – 1 of 1) sorted by relevance
117 struct SmallStringKeyHashTraits : WTF::SimpleClassHashTraits<SmallStringKey> { struct118 static const bool hasIsEmptyValueFunction = true;119 static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); } in isEmptyValue()120 static const bool needsDestruction = false;121 static const unsigned minimumTableSize = 16;