Home
last modified time | relevance | path

Searched refs:JSONCPP_CONST (Results 1 – 5 of 5) sorted by relevance

/third_party/jsoncpp/include/json/
Dvalue.h231 static JSONCPP_CONST LargestInt minLargestInt =
234 static JSONCPP_CONST LargestInt maxLargestInt =
237 static JSONCPP_CONST LargestUInt maxLargestUInt = LargestUInt(-1);
240 static JSONCPP_CONST Int minInt = Int(~(UInt(-1) / 2));
242 static JSONCPP_CONST Int maxInt = Int(UInt(-1) / 2);
244 static JSONCPP_CONST UInt maxUInt = UInt(-1);
248 static JSONCPP_CONST Int64 minInt64 = Int64(~(UInt64(-1) / 2));
250 static JSONCPP_CONST Int64 maxInt64 = Int64(UInt64(-1) / 2);
252 static JSONCPP_CONST UInt64 maxUInt64 = UInt64(-1);
255 static JSONCPP_CONST UInt defaultRealPrecision = 17;
[all …]
Dconfig.h92 #define JSONCPP_CONST constexpr macro
99 #define JSONCPP_CONST const macro
/third_party/jsoncpp/example/stringWrite/
DstringWrite.cpp19 JSONCPP_CONST bool shouldUseOldWay = false; in main()
/third_party/jsoncpp/example/readFromString/
DreadFromString.cpp16 JSONCPP_CONST bool shouldUseOldWay = false; in main()
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp1604 static JSONCPP_CONST Value::LargestUInt positive_threshold = in decodeNumber()
1606 static JSONCPP_CONST Value::UInt positive_last_digit = in decodeNumber()
1614 static JSONCPP_CONST Value::LargestUInt negative_threshold = in decodeNumber()
1616 static JSONCPP_CONST Value::UInt negative_last_digit = in decodeNumber()