Searched refs:isInt64 (Results 1 – 5 of 5) sorted by relevance
401 bool isInt64() const;668 template <> inline bool Value::is<Int64>() const { return isInt64(); }
705 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()1299 bool Value::isInt64() const { in isInt64() function in Json::Value
846 bool isInt64() const;
3287 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()3852 bool Value::isInt64() const { in isInt64() function in AlibabaCloud::OSS::Json::Value
1494 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs()1497 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()3939 JSONTEST_ASSERT_EQUAL(j.is<Json::Int64>(), j.isInt64()); in JSONTEST_FIXTURE_LOCAL()
Completed in 31 milliseconds