EmptyValueType    145 Source/wtf/HashTraits.h         static EmptyValueType emptyValue() { return nullptr; }
EmptyValueType    161 Source/wtf/HashTraits.h         static EmptyValueType emptyValue() { return nullptr; }
EmptyValueType    188 Source/wtf/HashTraits.h         static EmptyValueType emptyValue() { return nullptr; }
EmptyValueType    239 Source/wtf/HashTraits.h         typedef std::pair<typename FirstTraits::EmptyValueType, typename SecondTraits::EmptyValueType> EmptyValueType;
EmptyValueType    242 Source/wtf/HashTraits.h         static EmptyValueType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); }
EmptyValueType    285 Source/wtf/HashTraits.h         typedef KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType> EmptyValueType;
EmptyValueType    288 Source/wtf/HashTraits.h         static EmptyValueType emptyValue() { return KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType>(KeyTraits::emptyValue(), ValueTraits::emptyValue()); }