Home
last modified time | relevance | path

Searched refs:JSONCPP_NORETURN (Results 1 – 2 of 2) sorted by relevance

/third_party/jsoncpp/include/json/
Dvalue.h17 #if !defined(JSONCPP_NORETURN)
19 #define JSONCPP_NORETURN __declspec(noreturn) macro
21 #define JSONCPP_NORETURN __attribute__((noreturn)) macro
23 #define JSONCPP_NORETURN macro
109 JSONCPP_NORETURN void throwRuntimeError(String const& msg);
111 JSONCPP_NORETURN void throwLogicError(String const& msg);
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp200 JSONCPP_NORETURN void throwRuntimeError(String const& msg) { in throwRuntimeError()
203 JSONCPP_NORETURN void throwLogicError(String const& msg) { in throwLogicError()
207 JSONCPP_NORETURN void throwRuntimeError(String const& msg) {
211 JSONCPP_NORETURN void throwLogicError(String const& msg) {