/third_party/jsoncpp/include/json/ |
D | value.h | 207 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_;
|
D | config.h | 112 using LargestUInt = unsigned int; variable 124 using LargestUInt = UInt64; variable
|
D | writer.h | 350 String JSON_API valueToString(LargestUInt value);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 177 typedef unsigned int LargestUInt; typedef 189 typedef UInt64 LargestUInt; typedef
|
D | json.h | 204 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/ |
D | json-forwards.h | 177 typedef unsigned int LargestUInt; typedef 189 typedef UInt64 LargestUInt; typedef
|
D | json.h | 204 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/ |
D | json-forwards.h | 177 typedef unsigned int LargestUInt; typedef 189 typedef UInt64 LargestUInt; typedef
|
D | json.h | 204 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/ |
D | json_tool.h | 70 uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1 81 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
|
D | json_reader.cpp | 556 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()
|
D | json_writer.cpp | 98 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()
|
D | json_value.cpp | 751 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/ |
D | json.h | 232 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);
|
D | jsoncpp.cpp | 138 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/ |
D | jsoncpp.cpp | 138 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/ |
D | jsoncpp.cpp | 138 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/ |
D | jsoncpp.cpp | 138 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/ |
D | config.h.cts | 113 using LargestUInt = unsigned int; 125 using LargestUInt = UInt64;
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 469 JSONTEST_ASSERT_EQUAL(Json::LargestUInt(0), null_.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL() 3936 EqEval(Json::LargestUInt(64), in JSONTEST_FIXTURE_LOCAL()
|