Searched defs:maxUInt64 (Results 1 – 2 of 2) sorted by relevance
/external/jsoncpp/include/json/ | ||
D | value.h | 157 static const UInt64 maxUInt64; variable |
/external/jsoncpp/src/lib_json/ | ||
D | json_value.cpp | 46 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value |