Home | History | Annotate | Download | only in lib_json

Lines Matching refs:minInt

34 const Int Value::minInt = Int( ~(UInt(-1)/2) );
744 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), "double out of Int range");
941 || (type_ == realValue && InRange(value_.real_, minInt, maxInt))
1399 minInt && value_.int_ <= maxInt;
1403 return value_.real_ >= minInt &&