MaxValue          323 Source/platform/CheckedInt.h       return x <= MaxValue<T>::value && x >= MinValue<T>::value;
MaxValue          332 Source/platform/CheckedInt.h       return x <= MaxValue<T>::value;
MaxValue          341 Source/platform/CheckedInt.h       return sizeof(T) > sizeof(U) || x <= U(MaxValue<T>::value);
MaxValue          352 Source/platform/CheckedInt.h              : x >= 0 && x <= U(MaxValue<T>::value);
MaxValue          419 Source/platform/CheckedInt.h       const T max = MaxValue<T>::value;
MaxValue          443 Source/platform/CheckedInt.h       return y == 0 ||  x <= MaxValue<T>::value / y;