Home
last modified time | relevance | path

Searched refs:OStream (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h43 OStream* sout_; // not owned; will not delete
54 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);
A Dconfig.h140 using OStream = std::ostream; variable
148 using JSONCPP_OSTREAM = Json::OStream;
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp654 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