Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h46 typedef basic_streambuf<_CharT,_Traits> streambuf_type; typedef
49 mutable streambuf_type* __sbuf_;
54 streambuf_type* __sbuf_;
55 _LIBCPP_INLINE_VISIBILITY __proxy(char_type __c, streambuf_type* __s) in __proxy()
73 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT in istreambuf_iterator()
H A Dostreambuf_iterator.h47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef
51 streambuf_type* __sbuf_;
55 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(streambuf_type* __s) _NOEXCEPT in ostreambuf_iterator()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diterator487 typedef basic_streambuf<charT, traits> streambuf_type;
492 istreambuf_iterator(streambuf_type* s) noexcept;
524 typedef basic_streambuf<charT, traits> streambuf_type;
528 ostreambuf_iterator(streambuf_type* s) noexcept;