Searched refs:JSONCPP_NOEXCEPT (Results 1 – 3 of 3) sorted by relevance
171 # define JSONCPP_NOEXCEPT noexcept macro174 # define JSONCPP_NOEXCEPT throw() macro177 # define JSONCPP_NOEXCEPT noexcept macro180 # define JSONCPP_NOEXCEPT throw() macro
205 # define JSONCPP_NOEXCEPT noexcept macro208 # define JSONCPP_NOEXCEPT throw() macro211 # define JSONCPP_NOEXCEPT noexcept macro214 # define JSONCPP_NOEXCEPT throw() macro520 ~Exception() JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;521 char const* what() const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
2689 Exception::~Exception() JSONCPP_NOEXCEPT in ~Exception()2691 char const* Exception::what() const JSONCPP_NOEXCEPT in what()
Completed in 20 milliseconds