Home | History | Annotate | Download | only in lib_json

Lines Matching defs:maxInt

35 const Int Value::maxInt = Int( UInt(-1)/2 );
94 if (length >= (unsigned)Value::maxInt)
95 length = Value::maxInt - 1;
744 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), "double out of Int range");
941 || (type_ == realValue && InRange(value_.real_, minInt, maxInt))
1399 maxInt;
1401 return value_.uint_ <= UInt(maxInt);
1404 value_.real_ <= maxInt &&