Searched refs:maxUInt64 (Results 1 – 11 of 11) sorted by relevance
/third_party/jsoncpp/include/json/ |
D | value.h | 252 static JSONCPP_CONST UInt64 maxUInt64 = UInt64(-1); variable
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 542 static const UInt64 maxUInt64; variable
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 542 static const UInt64 maxUInt64; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 542 static const UInt64 maxUInt64; variable
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 585 static const UInt64 maxUInt64; variable
|
D | jsoncpp.cpp | 2459 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value 3138 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 727 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2423 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value 3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2423 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value 3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2423 const UInt64 Value::maxUInt64 = UInt64(-1); member in Json::Value 3106 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 37 #define kuint64max Json::Value::maxUInt64
|