Home
last modified time | relevance | path

Searched refs:JSONCPP_OSTREAM (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h263 #define JSONCPP_OSTREAM std::basic_ostream<char, std::char_traits<char>> macro
269 #define JSONCPP_OSTREAM std::ostream macro
A Djson.h297 #define JSONCPP_OSTREAM std::basic_ostream<char, std::char_traits<char>> macro
303 #define JSONCPP_OSTREAM std::ostream macro
1841 JSONCPP_OSTREAM* sout_; // not owned; will not delete
1851 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);
A Djsoncpp.cpp4812 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 <<()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dconfig.h148 using JSONCPP_OSTREAM = Json::OStream; variable

Completed in 20 milliseconds