Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_value.cpp50 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
1157 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2463 static const double maxUInt64AsDouble = 18446744073709551615.0; variable
3694 return value_.real_ >= 0 && value_.real_ < maxUInt64AsDouble && in isUInt64()