Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dvalue.h207 using LargestUInt = Json::LargestUInt; variable
224 LargestInt(~(LargestUInt(-1) / 2));
226 static constexpr LargestInt maxLargestInt = LargestInt(LargestUInt(-1) / 2);
228 static constexpr LargestUInt maxLargestUInt = LargestUInt(-1);
393 LargestUInt asLargestUInt() const;
620 LargestUInt uint_;
Dconfig.h112 using LargestUInt = unsigned int; variable
124 using LargestUInt = UInt64; variable
Dwriter.h350 String JSON_API valueToString(LargestUInt value);
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef
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/
Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef
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/
Djson-forwards.h177 typedef unsigned int LargestUInt; typedef
189 typedef UInt64 LargestUInt; typedef
Djson.h204 typedef unsigned int LargestUInt; typedef
216 typedef UInt64 LargestUInt; typedef
517 typedef Json::LargestUInt LargestUInt; typedef
527 static const LargestUInt maxLargestUInt;
677 LargestUInt asLargestUInt() const;
923 LargestUInt uint_;
1924 std::string JSON_API valueToString(LargestUInt value);
/third_party/jsoncpp/src/lib_json/
Djson_tool.h70 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
81 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
Djson_reader.cpp556 Value::LargestUInt maxIntegerValue = in decodeNumber()
557 isNegative ? Value::LargestUInt(Value::maxLargestInt) + 1 in decodeNumber()
559 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
560 Value::LargestUInt value = 0; in decodeNumber()
582 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1586 static constexpr Value::LargestUInt positive_threshold = in decodeNumber()
1596 Value::LargestUInt(-(Value::minLargestInt / 10)); in decodeNumber()
1600 const Value::LargestUInt threshold = in decodeNumber()
1605 Value::LargestUInt value = 0; in decodeNumber()
1630 } else if (value <= Value::LargestUInt(Value::maxLargestInt)) { in decodeNumber()
Djson_writer.cpp98 uintToString(LargestUInt(Value::maxLargestInt) + 1, current); in valueToString()
101 uintToString(LargestUInt(-value), current); in valueToString()
104 uintToString(LargestUInt(value), current); in valueToString()
110 String valueToString(LargestUInt value) { in valueToString()
122 String valueToString(UInt value) { return valueToString(LargestUInt(value)); } in valueToString()
Djson_value.cpp751 LargestUInt Value::asLargestUInt() const { in asLargestUInt()
1281 return value_.int_ >= 0 && LargestUInt(value_.int_) <= LargestUInt(maxUInt); in isUInt()
/third_party/protobuf/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 …]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue = in decodeNumber()
745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
747 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
748 Value::LargestUInt value = 0; in decodeNumber()
768 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1707 Value::LargestUInt maxIntegerValue = in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1710 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue = in decodeNumber()
745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
747 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
748 Value::LargestUInt value = 0; in decodeNumber()
768 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1707 Value::LargestUInt maxIntegerValue = in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1710 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp138 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
744 Value::LargestUInt maxIntegerValue = in decodeNumber()
745 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
747 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
748 Value::LargestUInt value = 0; in decodeNumber()
768 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber()
1707 Value::LargestUInt maxIntegerValue = in decodeNumber()
1708 isNegative ? Value::LargestUInt(-Value::minLargestInt) in decodeNumber()
1710 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber()
[all …]
/third_party/vk-gl-cts/external/jsoncpp/
Dconfig.h.cts113 using LargestUInt = unsigned int;
125 using LargestUInt = UInt64;
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp469 JSONTEST_ASSERT_EQUAL(Json::LargestUInt(0), null_.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL()
3936 EqEval(Json::LargestUInt(64), in JSONTEST_FIXTURE_LOCAL()