Searched refs:JSON_FAIL_MESSAGE (Results 1 – 4 of 4) sorted by relevance
30 #define JSON_FAIL_MESSAGE(message) \ macro44 #define JSON_FAIL_MESSAGE(message) \ macro57 JSON_FAIL_MESSAGE(message); \
650 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()673 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()695 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()718 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()739 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()778 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()801 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()822 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()
2195 # define JSON_FAIL_MESSAGE(message) \ macro2208 # define JSON_FAIL_MESSAGE(message) \ macro2220 JSON_FAIL_MESSAGE(message); \
2713 JSON_FAIL_MESSAGE(msg);2717 JSON_FAIL_MESSAGE(msg);3222 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()3255 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()3277 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()3300 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()3321 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()3360 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()3383 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()3402 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()
Completed in 21 milliseconds