Searched refs:JSONCPP_CONST (Results 1 – 5 of 5) sorted by relevance
231 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 …]
92 #define JSONCPP_CONST constexpr macro99 #define JSONCPP_CONST const macro
19 JSONCPP_CONST bool shouldUseOldWay = false; in main()
16 JSONCPP_CONST bool shouldUseOldWay = false; in main()
1604 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()