Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dvalue.h244 static JSONCPP_CONST UInt maxUInt = UInt(-1); variable
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h577 static const UInt maxUInt; variable
Djsoncpp.cpp2455 const UInt Value::maxUInt = UInt(-1); member in Json::Value