Home
last modified time | relevance | path

Searched refs:maxUInt64 (Results 1 – 5 of 5) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_value.cpp46 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value
628 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
/external/jsoncpp/include/json/
Dvalue.h157 static const UInt64 maxUInt64; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h585 static const UInt64 maxUInt64; variable
Djsoncpp.cpp2459 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value
3138 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp18 #define kuint64max Json::Value::maxUInt64