Searched defs:maxUInt64 (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/include/json/
H A Dvalue.h157 static const UInt64 maxUInt64; member in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp46 const UInt64 Value::maxUInt64 = UInt64(-1); member in class:Json::Value
48 // converting Value::maxUInt64 to a double correctly (AIX/xlC).
628 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64),
1154 // Note that maxUInt64 (= 2^64 - 1) is not exactly representable as a
1155 // double, so double(maxUInt64) will be rounded up to 2^64. Therefore we

Completed in 74 milliseconds