/third_party/jsoncpp/include/json/ |
D | value.h | 215 typedef Json::LargestUInt LargestUInt; typedef 232 LargestInt(~(LargestUInt(-1) / 2)); 235 LargestInt(LargestUInt(-1) / 2); 237 static JSONCPP_CONST LargestUInt maxLargestUInt = LargestUInt(-1); 408 LargestUInt asLargestUInt() const; 635 LargestUInt uint_;
|
D | config.h | 146 typedef unsigned int LargestUInt; typedef 158 typedef UInt64 LargestUInt; typedef
|
D | writer.h | 348 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/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/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 | 562 Value::LargestUInt maxIntegerValue = in decodeNumber() 563 isNegative ? Value::LargestUInt(Value::maxLargestInt) + 1 in decodeNumber() 565 Value::LargestUInt threshold = maxIntegerValue / 10; in decodeNumber() 566 Value::LargestUInt value = 0; in decodeNumber() 588 else if (value <= Value::LargestUInt(Value::maxInt)) in decodeNumber() 1587 JSONCPP_STATIC_ASSERT(LargestUInt(Value::maxLargestInt) <= in decodeNumber() 1604 static JSONCPP_CONST Value::LargestUInt positive_threshold = in decodeNumber() 1614 static JSONCPP_CONST Value::LargestUInt negative_threshold = in decodeNumber() 1615 Value::LargestUInt(-(Value::minLargestInt / 10)); in decodeNumber() 1619 const Value::LargestUInt threshold = in decodeNumber() [all …]
|
D | json_writer.cpp | 92 uintToString(LargestUInt(Value::maxLargestInt) + 1, current); in valueToString() 95 uintToString(LargestUInt(-value), current); in valueToString() 98 uintToString(LargestUInt(value), current); in valueToString() 104 String valueToString(LargestUInt value) { in valueToString() 116 String valueToString(UInt value) { return valueToString(LargestUInt(value)); } in valueToString()
|
D | json_value.cpp | 749 LargestUInt Value::asLargestUInt() const { in asLargestUInt() 1284 return value_.int_ >= 0 && LargestUInt(value_.int_) <= LargestUInt(maxUInt); in insert()
|
/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/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/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/jsoncpp/src/test_lib_json/ |
D | main.cpp | 464 JSONTEST_ASSERT_EQUAL(Json::LargestUInt(0), null_.asLargestUInt()); in JSONTEST_FIXTURE_LOCAL() 3871 EqEval(Json::LargestUInt(64), in JSONTEST_FIXTURE_LOCAL()
|