Searched refs:JSONCPP_OVERRIDE (Results 1 – 7 of 7) sorted by relevance
122 ~StreamWriterBuilder() JSONCPP_OVERRIDE;127 StreamWriter* newStreamWriter() const JSONCPP_OVERRIDE;172 ~FastWriter() JSONCPP_OVERRIDE {} in ~FastWriter()186 String write(const Value& root) JSONCPP_OVERRIDE;232 ~StyledWriter() JSONCPP_OVERRIDE {} in ~StyledWriter()239 String write(const Value& root) JSONCPP_OVERRIDE;
95 #define JSONCPP_OVERRIDE override macro102 #define JSONCPP_OVERRIDE macro
336 ~CharReaderBuilder() JSONCPP_OVERRIDE;338 CharReader* newCharReader() const JSONCPP_OVERRIDE;
78 ~Exception() JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;79 char const* what() const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
256 const char* testName() const JSONCPP_OVERRIDE { \259 void runTestCase() JSONCPP_OVERRIDE; \283 const char* testName() const JSONCPP_OVERRIDE { \286 void runTestCase() JSONCPP_OVERRIDE; \
880 int write(Value const& root, OStream* sout) JSONCPP_OVERRIDE;
1908 String* errs) JSONCPP_OVERRIDE { in parse()