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&);
202 ~basic_streambuf()
243 basic_streambuf*
464 * basic_streambuf class description. Note that, as a result,
468 basic_streambuf()
595 virtual basic_streambuf<char_type,_Traits>*
787 _GLIBCXX_DEPRECATED_SUGGEST("std::basic_streambuf::sbumpc")
810 basic_streambuf(const basic_streambuf&);
812 basic_streambuf&
813 operator=(const basic_streambuf&);
817 swap(basic_streambuf& __sb)
832 std::basic_streambuf<_CharT, _Traits>::
833 basic_streambuf(const basic_streambuf&) = default;
836 std::basic_streambuf<_CharT, _Traits>&
837 std::basic_streambuf<_CharT, _Traits>::
838 operator=(const basic_streambuf&) = default;
844 __copy_streambufs_eof(basic_streambuf<char>* __sbin,
845 basic_streambuf<char>* __sbout, bool& __ineof);
849 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin,
850 basic_streambuf<wchar_t>* __sbout, bool& __ineof);