Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h232 typedef unsigned int LargestUInt; typedef
244 typedef UInt64 LargestUInt; typedef
560 typedef Json::LargestUInt LargestUInt; typedef
570 static const LargestUInt maxLargestUInt;
727 LargestUInt asLargestUInt() const;
973 LargestUInt uint_;
1982 std::string JSON_API valueToString(LargestUInt value);
Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
759 Value::LargestUInt maxIntegerValue = in decodeNumber()
760 isNegative ? Value::LargestUInt(Value::maxLargestInt) + 1 in decodeNumber()
762 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
763 Value::LargestUInt value = 0; in decodeNumber()
785 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1741 Value::LargestUInt maxIntegerValue = in decodeNumber()
1742 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1744 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
[all …]