Searched refs:OStream (Results 1 – 3 of 3) sorted by relevance
43 OStream* sout_; // not owned; will not delete54 virtual int write(Value const& root, OStream* sout) = 0;313 void write(OStream& out, const Value& root);332 OStream* document_;357 JSON_API OStream& operator<<(OStream&, const Value& root);
140 using OStream = std::ostream; variable148 using JSONCPP_OSTREAM = Json::OStream;
654 void StyledStreamWriter::write(OStream& out, const Value& root) { in write()885 int write(Value const& root, OStream* sout) override;927 int BuiltStyledStreamWriter::write(Value const& root, OStream* sout) { in write()1253 OStream& operator<<(OStream& sout, Value const& root) { in operator <<()
Completed in 6 milliseconds