Searched refs:streambuf_type (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 44 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef 48 mutable streambuf_type* __sbuf_; 52 streambuf_type* __sbuf_; 53 …_LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_… in __proxy() 72 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(streambuf_type* __s) _NOEXCEPT : __sbuf_(__s) {} in istreambuf_iterator()
|
| H A D | ostreambuf_iterator.h | 46 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef 50 streambuf_type* __sbuf_; 54 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(streambuf_type* __s) _NOEXCEPT : __sbuf_(__s) {} in ostreambuf_iterator()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | syncstream | 46 using streambuf_type = basic_streambuf<charT, traits>; 49 explicit basic_syncbuf(streambuf_type* obuf = nullptr) 51 basic_syncbuf(streambuf_type*, const Allocator&); 61 streambuf_type* get_wrapped() const noexcept; 70 streambuf_type* wrapped; // exposition only 89 using streambuf_type = basic_streambuf<charT, traits>; 93 basic_osyncstream(streambuf_type*, const Allocator&); 94 explicit basic_osyncstream(streambuf_type* obuf) 108 streambuf_type* get_wrapped() const noexcept; 252 using streambuf_type = basic_streambuf<_CharT, _Traits>; [all …]
|
| H A D | iterator | 591 typedef basic_streambuf<charT, traits> streambuf_type; 597 istreambuf_iterator(streambuf_type* s) noexcept; 630 typedef basic_streambuf<charT, traits> streambuf_type; 634 ostreambuf_iterator(streambuf_type* s) noexcept;
|