Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h231 typedef int LargestInt; typedef
243 typedef Int64 LargestInt; typedef
559 typedef Json::LargestInt LargestInt; typedef
566 static const LargestInt minLargestInt;
568 static const LargestInt maxLargestInt;
726 LargestInt asLargestInt() const;
972 LargestInt int_;
1981 std::string JSON_API valueToString(LargestInt value);
Djsoncpp.cpp784 decoded = -Value::LargestInt(value); in decodeNumber()
786 decoded = Value::LargestInt(value); in decodeNumber()
1764 decoded = -Value::LargestInt(value); in decodeNumber()
1766 decoded = Value::LargestInt(value); in decodeNumber()
2465 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2));
2466 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2);
3152 LargestInt Value::asLargestInt() const { in asLargestInt()
4069 std::string valueToString(LargestInt value) { in valueToString()
4096 return valueToString(LargestInt(value)); in valueToString()