Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp3088 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()
3091 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()
3245 return isUInt() || in isConvertibleTo()
3648 bool Value::isUInt() const { in isUInt() function in Json::Value
3707 return isInt() || isUInt(); in isIntegral()
Djson.h736 bool isUInt() const;