/third_party/jsoncpp/include/json/ |
D | value.h | 214 typedef Json::LargestInt LargestInt; typedef 231 static JSONCPP_CONST LargestInt minLargestInt = 232 LargestInt(~(LargestUInt(-1) / 2)); 234 static JSONCPP_CONST LargestInt maxLargestInt = 235 LargestInt(LargestUInt(-1) / 2); 407 LargestInt asLargestInt() const; 634 LargestInt int_;
|
D | config.h | 145 typedef int LargestInt; typedef 157 typedef Int64 LargestInt; typedef
|
D | writer.h | 347 String JSON_API valueToString(LargestInt value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 176 typedef int LargestInt; typedef 188 typedef Int64 LargestInt; typedef
|
D | json.h | 203 typedef int LargestInt; typedef 215 typedef Int64 LargestInt; typedef 516 typedef Json::LargestInt LargestInt; typedef 523 static const LargestInt minLargestInt; 525 static const LargestInt maxLargestInt; 676 LargestInt asLargestInt() const; 922 LargestInt int_; 1923 std::string JSON_API valueToString(LargestInt value);
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 231 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);
|
D | jsoncpp.cpp | 784 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()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 767 decoded = -Value::LargestInt(value); in decodeNumber() 769 decoded = Value::LargestInt(value); in decodeNumber() 1730 decoded = -Value::LargestInt(value); in decodeNumber() 1732 decoded = Value::LargestInt(value); in decodeNumber() 2429 const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2)); 2430 const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2); 3120 LargestInt Value::asLargestInt() const { in asLargestInt() 4011 std::string valueToString(LargestInt value) { in valueToString() 4035 return valueToString(LargestInt(value)); in valueToString()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 587 decoded = -Value::LargestInt(value); in decodeNumber() 589 decoded = Value::LargestInt(value); in decodeNumber() 1648 decoded = -Value::LargestInt(value / 10) * 10 - last_digit; in decodeNumber() 1650 decoded = Value::LargestInt(value); in decodeNumber()
|
D | json_writer.cpp | 88 String valueToString(LargestInt value) { in valueToString() 114 String valueToString(Int value) { return valueToString(LargestInt(value)); } in valueToString()
|
D | json_value.cpp | 741 LargestInt Value::asLargestInt() const { in asLargestInt()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | ANGLEPerfTest.cpp | 136 static_cast<Json::LargestInt>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 462 JSONTEST_ASSERT_EQUAL(Json::LargestInt(0), null_.asLargestInt()); in JSONTEST_FIXTURE_LOCAL() 3869 EqEval(Json::LargestInt(64), in JSONTEST_FIXTURE_LOCAL()
|