Searched defs:isInt64 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp798 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range");
1439 Value::isInt64() const function in class:Json::Value
1491 return isInt64() || isUInt64();

Completed in 35 milliseconds