Home
last modified time | relevance | path

Searched refs:LargestInt (Results 1 – 19 of 19) sorted by relevance

/third_party/jsoncpp/include/json/
Dvalue.h214 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_;
Dconfig.h145 typedef int LargestInt; typedef
157 typedef Int64 LargestInt; typedef
Dwriter.h347 String JSON_API valueToString(LargestInt value);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 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/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 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/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 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/
Djson.h231 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);
Djsoncpp.cpp784 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/
Djsoncpp.cpp767 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/
Djsoncpp.cpp767 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/
Djsoncpp.cpp767 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/
Djson_reader.cpp587 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()
Djson_writer.cpp88 String valueToString(LargestInt value) { in valueToString()
114 String valueToString(Int value) { return valueToString(LargestInt(value)); } in valueToString()
Djson_value.cpp741 LargestInt Value::asLargestInt() const { in asLargestInt()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp136 static_cast<Json::LargestInt>(traceEvent.timestamp * 1000.0 * 1000.0); in DumpTraceEventsToJSONFile()
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp462 JSONTEST_ASSERT_EQUAL(Json::LargestInt(0), null_.asLargestInt()); in JSONTEST_FIXTURE_LOCAL()
3869 EqEval(Json::LargestInt(64), in JSONTEST_FIXTURE_LOCAL()