Home
last modified time | relevance | path

Searched refs:StreamWriter (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h41 class JSON_API StreamWriter {
45 StreamWriter();
46 virtual ~StreamWriter();
64 virtual StreamWriter* newStreamWriter() const = 0;
71 String JSON_API writeString(StreamWriter::Factory const& factory,
89 class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
127 StreamWriter* newStreamWriter() const override;
A Dforwards.h16 class StreamWriter; variable
/AliOS-Things-master/components/jsoncpp/example/streamWrite/
A DstreamWrite.cpp15 const std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter()); in main()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp89 using StreamWriterPtr = std::unique_ptr<StreamWriter>;
91 using StreamWriterPtr = std::auto_ptr<StreamWriter>;
879 struct BuiltStyledStreamWriter : public StreamWriter {
1158 StreamWriter::StreamWriter() : sout_(nullptr) {} in StreamWriter() function in Json::StreamWriter
1159 StreamWriter::~StreamWriter() = default;
1160 StreamWriter::Factory::~Factory() = default;
1163 StreamWriter* StreamWriterBuilder::newStreamWriter() const { in newStreamWriter()
1246 String writeString(StreamWriter::Factory const& factory, Value const& root) { in writeString()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h1839 class JSON_API StreamWriter {
1843 StreamWriter();
1844 virtual ~StreamWriter();
1861 virtual StreamWriter* newStreamWriter() const = 0;
1868 JSONCPP_STRING JSON_API writeString(StreamWriter::Factory const& factory, Value const& root);
1886 class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
1919 StreamWriter* newStreamWriter() const JSONCPP_OVERRIDE;
A Djsoncpp.cpp4263 typedef std::unique_ptr<StreamWriter> StreamWriterPtr;
4265 typedef std::auto_ptr<StreamWriter> StreamWriterPtr;
5033 struct BuiltStyledStreamWriter : public StreamWriter
5312 StreamWriter::StreamWriter() in StreamWriter() function in AlibabaCloud::OSS::Json::StreamWriter
5316 StreamWriter::~StreamWriter() in ~StreamWriter()
5319 StreamWriter::Factory::~Factory() in ~Factory()
5327 StreamWriter* StreamWriterBuilder::newStreamWriter() const in newStreamWriter()
5403 JSONCPP_STRING writeString(StreamWriter::Factory const& builder, Value const& root) { in writeString()
/AliOS-Things-master/components/jsoncpp/example/
A Djsoncpp_comp_example.cpp54 const std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter()); in jsoncpp_comp_write_stream_example()
/AliOS-Things-master/components/jsoncpp/
A DREADME.md59 class JSON_API StreamWriter
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py74 StreamWriter = Stream variable

Completed in 23 milliseconds