Home
last modified time | relevance | path

Searched refs:streambuf_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h60 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
90 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; typedef
227 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() typedef
335 streambuf_type* __sb = __first._M_sbuf; in __copy_aux()
365 typedef typename __is_iterator_type::streambuf_type streambuf_type; in find() typedef
371 streambuf_type* __sb = __first._M_sbuf; in find()
/freebsd-12.1/contrib/libc++/include/
H A Diterator338 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) _NOEXCEPT
1062 typedef basic_streambuf<_CharT,_Traits> streambuf_type;
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-1998108 streambuf_type.