Home
last modified time | relevance | path

Searched refs:base_ostream (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dstream.hpp32 typedef std::wostream base_ostream; typedef
35 typedef std::ostream base_ostream; typedef
38 base_ostream& base;
40 explicit ostream(base_ostream& x) : base(x) {} in ostream()
64 ostream& operator<<(base_ostream& (*)(base_ostream&));
Dstream.cpp37 void write_utf8(ostream::base_ostream& out, quickbook::string_view x) in write_utf8()
61 void write_utf8(ostream::base_ostream& out, quickbook::string_view x) in write_utf8()
202 ostream& ostream::operator<<(base_ostream& (*x)(base_ostream&)) in operator <<() argument