Searched refs:streambuf_type (Results 1 – 3 of 3) sorted by relevance
60 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef90 mutable streambuf_type* _M_sbuf; in _GLIBCXX_BEGIN_NAMESPACE()103 istreambuf_iterator(streambuf_type* __s) throw() in _GLIBCXX_BEGIN_NAMESPACE()216 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef227 streambuf_type* _M_sbuf;236 ostreambuf_iterator(streambuf_type* __s) throw () in throw()330 typedef typename __is_iterator_type::streambuf_type streambuf_type; in __copy_aux() typedef335 streambuf_type* __sb = __first._M_sbuf; in __copy_aux()365 typedef typename __is_iterator_type::streambuf_type streambuf_type; in find() typedef371 streambuf_type* __sb = __first._M_sbuf; in find()
338 typedef basic_streambuf<charT,traits> streambuf_type;343 istreambuf_iterator(streambuf_type* s) noexcept;368 typedef basic_streambuf<charT,traits> streambuf_type;372 ostreambuf_iterator(streambuf_type* s) noexcept;995 typedef basic_streambuf<_CharT,_Traits> streambuf_type;998 mutable streambuf_type* __sbuf_;1003 streambuf_type* __sbuf_;1004 _LIBCPP_INLINE_VISIBILITY __proxy(char_type __c, streambuf_type* __s)1022 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT1062 typedef basic_streambuf<_CharT,_Traits> streambuf_type;[all …]
108 streambuf_type.