Searched refs:JSONCPP_OSTREAM (Results 1 – 4 of 4) sorted by relevance
263 #define JSONCPP_OSTREAM std::basic_ostream<char, std::char_traits<char>> macro269 #define JSONCPP_OSTREAM std::ostream macro
297 #define JSONCPP_OSTREAM std::basic_ostream<char, std::char_traits<char>> macro303 #define JSONCPP_OSTREAM std::ostream macro1841 JSONCPP_OSTREAM* sout_; // not owned; will not delete1851 virtual int write(Value const& root, JSONCPP_OSTREAM* sout) = 0;2102 void write(JSONCPP_OSTREAM& out, const Value& root);2121 JSONCPP_OSTREAM* document_;2144 JSON_API JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM&, const Value& root);
4812 void StyledStreamWriter::write(JSONCPP_OSTREAM& out, const Value& root) { in write()5043 int write(Value const& root, JSONCPP_OSTREAM* sout) JSONCPP_OVERRIDE;5092 int BuiltStyledStreamWriter::write(Value const& root, JSONCPP_OSTREAM* sout) in write()5410 JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM& sout, Value const& root) { in operator <<()
148 using JSONCPP_OSTREAM = Json::OStream; variable
Completed in 18 milliseconds