Home
last modified time | relevance | path

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

/external/jsoncpp/
DNEWS.txt8 * isInt, isInt64, isUInt, and isUInt64 return true if and only if the
30 code, use isInt64 to find out whether the value is exactly
/external/jsoncpp/src/lib_json/
Djson_value.cpp604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
1126 bool Value::isInt64() const { in isInt64() function in Json::Value
1168 return isInt64() || isUInt64(); in isIntegral()
/external/jsoncpp/include/json/
Dvalue.h279 bool isInt64() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h735 bool isInt64() const;
Djsoncpp.cpp3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3663 bool Value::isInt64() const { in isInt64() function in Json::Value
3705 return isInt64() || isUInt64(); in isIntegral()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1285 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs()
1288 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()