UnsignedType 224 Source/platform/CheckedInt.h typedef typename UnsignedType<IntegerType>::Type UnsignedIntegerType; UnsignedType 263 Source/platform/CheckedInt.h return bool(typename UnsignedType<T>::Type(x) UnsignedType 373 Source/platform/CheckedInt.h typename UnsignedType<T>::Type ux = x; UnsignedType 374 Source/platform/CheckedInt.h typename UnsignedType<T>::Type uy = y; UnsignedType 375 Source/platform/CheckedInt.h typename UnsignedType<T>::Type result = ux + uy; UnsignedType 388 Source/platform/CheckedInt.h typename UnsignedType<T>::Type ux = x; UnsignedType 389 Source/platform/CheckedInt.h typename UnsignedType<T>::Type uy = y; UnsignedType 390 Source/platform/CheckedInt.h typename UnsignedType<T>::Type result = ux - uy; UnsignedType 103 Source/wtf/HashFunctions.h static unsigned hash(T key) { return intHash(static_cast<typename IntTypes<sizeof(T)>::UnsignedType>(key)); } UnsignedType 109 Source/wtf/HashFunctions.h typedef typename IntTypes<sizeof(T)>::UnsignedType Bits;