Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_value.cpp623 JSON_ASSERT_MESSAGE(isUInt64(), "LargestInt out of UInt64 range"); in asUInt64()
1146 bool Value::isUInt64() const { in isUInt64() function in Json::Value
1168 return isInt64() || isUInt64(); in isIntegral()
/external/jsoncpp/
DNEWS.txt8 * isInt, isInt64, isUInt, and isUInt64 return true if and only if the
/external/jsoncpp/include/json/
Dvalue.h281 bool isUInt64() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h737 bool isUInt64() const;
Djsoncpp.cpp3133 JSON_ASSERT_MESSAGE(isUInt64(), "LargestInt out of UInt64 range"); in asUInt64()
3683 bool Value::isUInt64() const { in isUInt64() function in Json::Value
3705 return isInt64() || isUInt64(); in isIntegral()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1286 JSONTEST_ASSERT_EQUAL(check.isUInt64_, value.isUInt64()); in checkIs()
1289 JSONTEST_ASSERT_EQUAL(false, value.isUInt64()); in checkIs()