Searched refs:base_ostream (Results 1 – 2 of 2) sorted by relevance
32 typedef std::wostream base_ostream; typedef35 typedef std::ostream base_ostream; typedef38 base_ostream& base;40 explicit ostream(base_ostream& x) : base(x) {} in ostream()64 ostream& operator<<(base_ostream& (*)(base_ostream&));
37 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