Home
last modified time | relevance | path

Searched refs:maxUInt64 (Results 1 – 11 of 11) sorted by relevance

/third_party/jsoncpp/include/json/
Dvalue.h252 static JSONCPP_CONST UInt64 maxUInt64 = UInt64(-1); variable
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h542 static const UInt64 maxUInt64; variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h542 static const UInt64 maxUInt64; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h542 static const UInt64 maxUInt64; variable
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h585 static const UInt64 maxUInt64; variable
Djsoncpp.cpp2459 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/
Djson_value.cpp727 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2423 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/
Djsoncpp.cpp2423 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/
Djsoncpp.cpp2423 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/
Dmain.cpp37 #define kuint64max Json::Value::maxUInt64