Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h401 bool isInt64() const;
668 template <> inline bool Value::is<Int64>() const { return isInt64(); }
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp705 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
1299 bool Value::isInt64() const { in isInt64() function in Json::Value
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h846 bool isInt64() const;
A Djsoncpp.cpp3287 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3852 bool Value::isInt64() const { in isInt64() function in AlibabaCloud::OSS::Json::Value
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1494 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