Home
last modified time | relevance | path

Searched refs:JSONCPP_NOEXCEPT (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h171 # define JSONCPP_NOEXCEPT noexcept macro
174 # define JSONCPP_NOEXCEPT throw() macro
177 # define JSONCPP_NOEXCEPT noexcept macro
180 # define JSONCPP_NOEXCEPT throw() macro
A Djson.h205 # define JSONCPP_NOEXCEPT noexcept macro
208 # define JSONCPP_NOEXCEPT throw() macro
211 # define JSONCPP_NOEXCEPT noexcept macro
214 # define JSONCPP_NOEXCEPT throw() macro
520 ~Exception() JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
521 char const* what() const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
A Djsoncpp.cpp2689 Exception::~Exception() JSONCPP_NOEXCEPT in ~Exception()
2691 char const* Exception::what() const JSONCPP_NOEXCEPT in what()

Completed in 20 milliseconds