Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()