Lines Matching refs:basic_streambuf
53 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>*,
54 basic_streambuf<_CharT, _Traits>*, bool&);
122 class basic_streambuf
140 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
150 __copy_streambufs_eof<>(basic_streambuf*, basic_streambuf*, bool&);
204 ~basic_streambuf()
245 basic_streambuf*
466 * basic_streambuf class description. Note that, as a result,
470 basic_streambuf()
597 virtual basic_streambuf<char_type,_Traits>*
789 _GLIBCXX_DEPRECATED_SUGGEST("std::basic_streambuf::sbumpc")
812 basic_streambuf(const basic_streambuf&);
814 basic_streambuf&
815 operator=(const basic_streambuf&);
819 swap(basic_streambuf& __sb)
834 std::basic_streambuf<_CharT, _Traits>::
835 basic_streambuf(const basic_streambuf&) = default;
838 std::basic_streambuf<_CharT, _Traits>&
839 std::basic_streambuf<_CharT, _Traits>::
840 operator=(const basic_streambuf&) = default;
846 __copy_streambufs_eof(basic_streambuf<char>* __sbin,
847 basic_streambuf<char>* __sbout, bool& __ineof);
851 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin,
852 basic_streambuf<wchar_t>* __sbout, bool& __ineof);