Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp2522 JSON_ASSERT_MESSAGE(length <= (unsigned)Value::maxInt - sizeof(unsigned) - 1U, in duplicateAndPrefixStringValue()
2614 JSON_ASSERT_MESSAGE( in setComment()
3010 JSON_ASSERT_MESSAGE(type_ == stringValue, in asCString()
3066 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range"); in asInt()
3069 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range"); in asInt()
3072 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
3088 JSON_ASSERT_MESSAGE(isUInt(), "LargestInt out of UInt range"); in asUInt()
3091 JSON_ASSERT_MESSAGE(isUInt(), "LargestUInt out of UInt range"); in asUInt()
3094 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
[all …]
Djson.h2060 #define JSON_ASSERT_MESSAGE(condition, message) \ macro