IntPairHash 204 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<short, short> > { typedef IntPairHash<short, short> Hash; }; IntPairHash 205 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<short, unsigned short> > { typedef IntPairHash<short, unsigned short> Hash; }; IntPairHash 206 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<short, int> > { typedef IntPairHash<short, int> Hash; }; IntPairHash 207 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<short, unsigned> > { typedef IntPairHash<short, unsigned> Hash; }; IntPairHash 208 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned short, short> > { typedef IntPairHash<unsigned short, short> Hash; }; IntPairHash 209 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned short, unsigned short> > { typedef IntPairHash<unsigned short, unsigned short> Hash; }; IntPairHash 210 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned short, int> > { typedef IntPairHash<unsigned short, int> Hash; }; IntPairHash 211 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned short, unsigned> > { typedef IntPairHash<unsigned short, unsigned> Hash; }; IntPairHash 212 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<int, short> > { typedef IntPairHash<int, short> Hash; }; IntPairHash 213 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<int, unsigned short> > { typedef IntPairHash<int, unsigned short> Hash; }; IntPairHash 214 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<int, int> > { typedef IntPairHash<int, int> Hash; }; IntPairHash 215 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<int, unsigned> > { typedef IntPairHash<unsigned, unsigned> Hash; }; IntPairHash 216 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned, short> > { typedef IntPairHash<unsigned, short> Hash; }; IntPairHash 217 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned, unsigned short> > { typedef IntPairHash<unsigned, unsigned short> Hash; }; IntPairHash 218 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned, int> > { typedef IntPairHash<unsigned, int> Hash; }; IntPairHash 219 Source/wtf/HashFunctions.h template<> struct DefaultHash<std::pair<unsigned, unsigned> > { typedef IntPairHash<unsigned, unsigned> Hash; };