Searched refs:throwLogicError (Results 1 – 11 of 11) sorted by relevance
26 Json::throwLogicError("assert json failed"); \34 Json::throwLogicError(oss.str()); \
111 JSONCPP_NORETURN void throwLogicError(String const& msg);
416 void throwLogicError(std::string const& msg);1977 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}1982 Json::throwLogicError(oss.str()); \
459 void throwLogicError(std::string const& msg);2035 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}2040 Json::throwLogicError(oss.str()); \
2588 void throwLogicError(std::string const& msg) in throwLogicError() function
203 JSONCPP_NORETURN void throwLogicError(String const& msg) { in throwLogicError() function211 JSONCPP_NORETURN void throwLogicError(String const& msg) {
2569 void throwLogicError(std::string const& msg) in throwLogicError() function