UnsignedType      187 Source/platform/CheckedInt.h struct UnsignedType
UnsignedType       31 Source/wtf/HashFunctions.h     template<> struct IntTypes<1> { typedef int8_t SignedType; typedef uint8_t UnsignedType; };
UnsignedType       32 Source/wtf/HashFunctions.h     template<> struct IntTypes<2> { typedef int16_t SignedType; typedef uint16_t UnsignedType; };
UnsignedType       33 Source/wtf/HashFunctions.h     template<> struct IntTypes<4> { typedef int32_t SignedType; typedef uint32_t UnsignedType; };
UnsignedType       34 Source/wtf/HashFunctions.h     template<> struct IntTypes<8> { typedef int64_t SignedType; typedef uint64_t UnsignedType; };