Home
last modified time | relevance | path

Searched refs:LargestUInt (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
H A Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef in Json::Value
527 static const LargestUInt maxLargestUInt;
677 LargestUInt asLargestUInt() const;
923 LargestUInt uint_;
1924 std::string JSON_API valueToString(LargestUInt value);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
H A Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef in Json::Value
527 static const LargestUInt maxLargestUInt;
677 LargestUInt asLargestUInt() const;
923 LargestUInt uint_;
1924 std::string JSON_API valueToString(LargestUInt value);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
H A Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef in Json::Value
527 static const LargestUInt maxLargestUInt;
677 LargestUInt asLargestUInt() const;
923 LargestUInt uint_;
1924 std::string JSON_API valueToString(LargestUInt value);
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h232 typedef unsigned int LargestUInt; typedef
244 typedef UInt64 LargestUInt; typedef
560 typedef Json::LargestUInt LargestUInt; typedef in Json::Value
570 static const LargestUInt maxLargestUInt;
727 LargestUInt asLargestUInt() const;
973 LargestUInt uint_;
1982 std::string JSON_API valueToString(LargestUInt value);
H A Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
759 Value::LargestUInt maxIntegerValue =
760 isNegative ? Value::LargestUInt(Value::maxLargestInt) + 1
762 Value::LargestUInt threshold = maxIntegerValue / 10;
763 Value::LargestUInt value = 0;
785 else if (value <= Value::LargestUInt(Value::maxInt))
1741 Value::LargestUInt maxIntegerValue =
1742 isNegative ? Value::LargestUInt(-Value::minLargestInt)
1744 Value::LargestUInt threshol
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue =
745 isNegative ? Value::LargestUInt(-Value::minLargestInt)
747 Value::LargestUInt threshold = maxIntegerValue / 10;
748 Value::LargestUInt value = 0;
768 else if (value <= Value::LargestUInt(Value::maxInt))
1707 Value::LargestUInt maxIntegerValue =
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt)
1710 Value::LargestUInt threshol
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue =
745 isNegative ? Value::LargestUInt(-Value::minLargestInt)
747 Value::LargestUInt threshold = maxIntegerValue / 10;
748 Value::LargestUInt value = 0;
768 else if (value <= Value::LargestUInt(Value::maxInt))
1707 Value::LargestUInt maxIntegerValue =
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt)
1710 Value::LargestUInt threshol
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue =
745 isNegative ? Value::LargestUInt(-Value::minLargestInt)
747 Value::LargestUInt threshold = maxIntegerValue / 10;
748 Value::LargestUInt value = 0;
768 else if (value <= Value::LargestUInt(Value::maxInt))
1707 Value::LargestUInt maxIntegerValue =
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt)
1710 Value::LargestUInt threshol
[all...]

Completed in 23 milliseconds