Searched refs:JSON_FAIL_MESSAGE (Results 1 – 5 of 5) sorted by relevance
19 #define JSON_FAIL_MESSAGE(message) throw std::runtime_error(message); macro27 #define JSON_FAIL_MESSAGE(message) \ macro38 JSON_FAIL_MESSAGE(message) \
543 JSON_FAIL_MESSAGE("Type is not convertible to string"); in asString()572 JSON_FAIL_MESSAGE("Value is not convertible to Int."); in asInt()594 JSON_FAIL_MESSAGE("Value is not convertible to UInt."); in asUInt()617 JSON_FAIL_MESSAGE("Value is not convertible to Int64."); in asInt64()638 JSON_FAIL_MESSAGE("Value is not convertible to UInt64."); in asUInt64()677 JSON_FAIL_MESSAGE("Value is not convertible to double."); in asDouble()699 JSON_FAIL_MESSAGE("Value is not convertible to float."); in asFloat()717 JSON_FAIL_MESSAGE("Value is not convertible to bool."); in asBool()
882 JSON_FAIL_MESSAGE("reader error"); in operator >>()
2037 # define JSON_FAIL_MESSAGE(message) \ macro2050 # define JSON_FAIL_MESSAGE(message) \ macro2062 JSON_FAIL_MESSAGE(message); \
3049 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()