isUInt64          285 third_party/jsoncpp/overrides/include/json/value.h       bool isUInt64() const;
isUInt64          820 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp       JSON_ASSERT_MESSAGE(isUInt64(), "LargestInt out of UInt64 range");
isUInt64         1491 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp   return isInt64() || isUInt64();