IntegerType 150 Source/bindings/v8/IDBBindingUtilities.cpp case IDBAny::IntegerType: IntegerType 133 Source/modules/indexeddb/IDBAny.cpp ASSERT(m_type == IntegerType); IntegerType 217 Source/modules/indexeddb/IDBAny.cpp : m_type(IntegerType) IntegerType 68 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 74 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 77 Source/platform/CheckedInt.h static const bool value = IsSupportedPass2<IntegerType>::value; IntegerType 186 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 189 Source/platform/CheckedInt.h typedef typename StdintTypeForSizeAndSignedness<sizeof(IntegerType), IntegerType 193 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 196 Source/platform/CheckedInt.h static const bool value = IntegerType(-1) <= IntegerType(0); IntegerType 199 Source/platform/CheckedInt.h template<typename IntegerType, size_t Size = sizeof(IntegerType)> IntegerType 203 Source/platform/CheckedInt.h sizeof(IntegerType) * 2, IntegerType 204 Source/platform/CheckedInt.h IsSigned<IntegerType>::value IntegerType 208 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 209 Source/platform/CheckedInt.h struct TwiceBiggerType<IntegerType, 8> IntegerType 214 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 217 Source/platform/CheckedInt.h static const size_t value = CHAR_BIT * sizeof(IntegerType) - 1; IntegerType 220 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 224 Source/platform/CheckedInt.h typedef typename UnsignedType<IntegerType>::Type UnsignedIntegerType; IntegerType 225 Source/platform/CheckedInt.h static const size_t PosOfSignBit = PositionOfSignBit<IntegerType>::value; IntegerType 234 Source/platform/CheckedInt.h static const IntegerType value = IntegerType 235 Source/platform/CheckedInt.h IsSigned<IntegerType>::value IntegerType 236 Source/platform/CheckedInt.h ? IntegerType(UnsignedIntegerType(1) << PosOfSignBit) IntegerType 237 Source/platform/CheckedInt.h : IntegerType(0); IntegerType 240 Source/platform/CheckedInt.h template<typename IntegerType> IntegerType 246 Source/platform/CheckedInt.h static const IntegerType value = ~MinValue<IntegerType>::value; IntegerType 36 Source/wtf/StringExtrasTest.cpp template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; }; IntegerType 72 Source/wtf/StringExtrasTest.cpp template<typename IntegerType> IntegerType 79 Source/wtf/StringExtrasTest.cpp const IntegerType min = std::numeric_limits<IntegerType>::min(); IntegerType 81 Source/wtf/StringExtrasTest.cpp snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, min); IntegerType 84 Source/wtf/StringExtrasTest.cpp const IntegerType max = std::numeric_limits<IntegerType>::max(); IntegerType 86 Source/wtf/StringExtrasTest.cpp snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, max); IntegerType 90 Source/wtf/StringExtrasTest.cpp template<typename IntegerType> IntegerType 98 Source/wtf/StringExtrasTest.cpp const IntegerType number = static_cast<IntegerType>(i); IntegerType 100 Source/wtf/StringExtrasTest.cpp snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, number);