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