Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h2037 # define JSON_FAIL_MESSAGE(message) \ macro
2050 # define JSON_FAIL_MESSAGE(message) \ macro
2062 JSON_FAIL_MESSAGE(message); \
Djsoncpp.cpp3049 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()
3082 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()
3104 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()
3127 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()
3148 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()
3187 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()
3209 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()
3228 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()