Home
last modified time | relevance | path

Searched defs:maxInt64 (Results 1 – 3 of 3) sorted by relevance

/third_party/jsoncpp/include/json/
Dvalue.h250 static JSONCPP_CONST Int64 maxInt64 = Int64(UInt64(-1) / 2); variable
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h583 static const Int64 maxInt64; variable
Djsoncpp.cpp2458 const Int64 Value::maxInt64 = Int64(UInt64(-1) / 2); member in Json::Value