Searched defs:__streambuf_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_istream.h69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:basic_istream
651 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:basic_istream::sentry
H A Dstd_ostream.h70 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef in class:basic_ostream
H A Dstd_sstream.h75 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:basic_stringbuf
H A Dstd_fstream.h79 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:basic_filebuf
H A Dstd_streambuf.h146 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef in class:basic_streambuf
802 operator=(const __streambuf_type&) { return *this; }; argument
/freebsd-12-stable/contrib/libstdc++/src/
H A Distream.cc194 typedef __istream_type::__streambuf_type __streambuf_type; typedef
270 typedef __istream_type::__streambuf_type __streambuf_type; typedef
346 typedef __istream_type::__streambuf_type __streambuf_type; typedef
575 typedef __istream_type::__streambuf_type __streambuf_type; typedef
[all...]

Completed in 64 milliseconds