Home
last modified time | relevance | path

Searched refs:JSONCPP_OVERRIDE (Results 1 – 7 of 7) sorted by relevance

/third_party/jsoncpp/include/json/
Dwriter.h122 ~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;
Dconfig.h95 #define JSONCPP_OVERRIDE override macro
102 #define JSONCPP_OVERRIDE macro
Dreader.h336 ~CharReaderBuilder() JSONCPP_OVERRIDE;
338 CharReader* newCharReader() const JSONCPP_OVERRIDE;
Dvalue.h78 ~Exception() JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
79 char const* what() const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE;
/third_party/jsoncpp/src/test_lib_json/
Djsontest.h256 const char* testName() const JSONCPP_OVERRIDE { \
259 void runTestCase() JSONCPP_OVERRIDE; \
283 const char* testName() const JSONCPP_OVERRIDE { \
286 void runTestCase() JSONCPP_OVERRIDE; \
/third_party/jsoncpp/src/lib_json/
Djson_writer.cpp880 int write(Value const& root, OStream* sout) JSONCPP_OVERRIDE;
Djson_reader.cpp1908 String* errs) JSONCPP_OVERRIDE { in parse()