Searched refs:__ostream_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_ostream.h72 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef in class:basic_ostream
111 __ostream_type&
112 operator<<(__ostream_type& (*__pf)(__ostream_type&))
120 __ostream_type&
130 __ostream_type&
168 __ostream_type&
172 __ostream_type&
176 __ostream_type&
180 __ostream_type
[all...]
H A Dstd_fstream.h564 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef in class:basic_ofstream
578 basic_ofstream(): __ostream_type(), _M_filebuf()
595 : __ostream_type(), _M_filebuf()
H A Dstd_istream.h792 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef in class:basic_iostream
802 : __istream_type(), __ostream_type()
813 basic_iostream() : __istream_type(), __ostream_type()
H A Dstd_sstream.h392 typedef basic_ostream<char_type, traits_type> __ostream_type; typedef in class:basic_ostringstream
415 : __ostream_type(), _M_stringbuf(__mode | ios_base::out)
436 : __ostream_type(), _M_stringbuf(__str, __mode | ios_base::out)
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h49 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
50 typedef typename __ostream_type::ios_base __ios_base;
61 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
62 typedef typename __ostream_type::ios_base __ios_base;
81 typedef basic_ostream<_CharT, _Traits> __ostream_type; typedef
82 typedef typename __ostream_type::ios_base __ios_base;
84 typename __ostream_type::sentry __cerb(__out);

Completed in 205 milliseconds