Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()