Home
last modified time | relevance | path

Searched refs:maxUInt64AsDouble (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h250 static constexpr double maxUInt64AsDouble = 18446744073709551615.0; variable
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1330 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
1350 value_.real_ < maxUInt64AsDouble && IsIntegral(value_.real_); in isIntegral()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2549 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3883 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
3902 …return value_.real_ >= double(minInt64) && value_.real_ < maxUInt64AsDouble && IsIntegral(value_.r… in isIntegral()

Completed in 20 milliseconds