| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | streambuf | 20 class basic_streambuf 30 virtual ~basic_streambuf(); 37 basic_streambuf* pubsetbuf(char_type* s, streamsize n); 61 basic_streambuf(); 62 basic_streambuf(const basic_streambuf& rhs); 63 basic_streambuf& operator=(const basic_streambuf& rhs); 64 void swap(basic_streambuf& rhs); 85 virtual basic_streambuf* setbuf(char_type* s, streamsize n); 131 class _LIBCPP_TEMPLATE_VIS basic_streambuf { 143 virtual ~basic_streambuf(); [all …]
|
| H A D | ios | 136 explicit basic_ios(basic_streambuf<charT,traits>* sb); 143 basic_streambuf<charT,traits>* rdbuf() const; 144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); 161 void init(basic_streambuf<charT,traits>* sb); 164 void set_rdbuf(basic_streambuf<charT, traits>* sb); 578 _LIBCPP_HIDE_FROM_ABI explicit basic_ios(basic_streambuf<char_type, traits_type>* __sb); 585 _LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf() const; 586 …_LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, tr… 603 _LIBCPP_HIDE_FROM_ABI void init(basic_streambuf<char_type, traits_type>* __sb); 608 _LIBCPP_HIDE_FROM_ABI void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb); [all …]
|
| H A D | iosfwd | 30 template <class charT, class traits = char_traits<charT> > class basic_streambuf; 55 typedef basic_streambuf<char> streambuf; 70 typedef basic_streambuf<wchar_t> wstreambuf;
|
| H A D | istream | 29 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb); 45 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb); 66 basic_istream& get(basic_streambuf<char_type,traits_type>& sb); 67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim); 133 explicit basic_iostream(basic_streambuf<char_type, traits_type>* sb); 202 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_istream(basic_streambuf<char_type, traits_typ… 242 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb); 274 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& get(basic_streambuf<char_type, traits_type>& … 278 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm); 580 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb) { [all …]
|
| H A D | ostream | 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 59 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb);
|
| H A D | fstream | 18 : public basic_streambuf<charT, traits> 50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n); 221 class _LIBCPP_TEMPLATE_VIS basic_filebuf : public basic_streambuf<_CharT, _Traits> { 260 basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n) override; 393 basic_filebuf<_CharT, _Traits>::basic_filebuf(basic_filebuf&& __rhs) : basic_streambuf<_CharT, _Tra… 471 basic_streambuf<char_type, traits_type>::swap(__rhs); 812 basic_streambuf<_CharT, _Traits>* basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize…
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 20 class basic_streambuf 30 virtual ~basic_streambuf(); 37 basic_streambuf* pubsetbuf(char_type* s, streamsize n); 61 basic_streambuf(); 62 basic_streambuf(const basic_streambuf& rhs); 63 basic_streambuf& operator=(const basic_streambuf& rhs); 64 void swap(basic_streambuf& rhs); 85 virtual basic_streambuf* setbuf(char_type* s, streamsize n); 137 class basic_streambuf { 149 virtual ~basic_streambuf() {} [all …]
|
| H A D | ios | 136 explicit basic_ios(basic_streambuf<charT,traits>* sb); 143 basic_streambuf<charT,traits>* rdbuf() const; 144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); 161 void init(basic_streambuf<charT,traits>* sb); 164 void set_rdbuf(basic_streambuf<charT, traits>* sb); 596 _LIBCPP_HIDE_FROM_ABI explicit basic_ios(basic_streambuf<char_type, traits_type>* __sb); 603 _LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf() const; 604 …_LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, tr… 621 _LIBCPP_HIDE_FROM_ABI void init(basic_streambuf<char_type, traits_type>* __sb); 626 _LIBCPP_HIDE_FROM_ABI void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb); [all …]
|
| H A D | iosfwd | 30 template <class charT, class traits = char_traits<charT> > class basic_streambuf; 55 typedef basic_streambuf<char> streambuf; 70 typedef basic_streambuf<wchar_t> wstreambuf;
|
| H A D | syncstream | 37 class basic_syncbuf : public basic_streambuf<charT, traits> { 46 using streambuf_type = basic_streambuf<charT, traits>; 91 using streambuf_type = basic_streambuf<charT, traits>; 250 class basic_syncbuf : public basic_streambuf<_CharT, _Traits> { 259 using streambuf_type = basic_streambuf<_CharT, _Traits>; 450 using streambuf_type = basic_streambuf<char_type, traits_type>;
|
| H A D | istream | 29 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb); 45 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb); 66 basic_istream& get(basic_streambuf<char_type,traits_type>& sb); 67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim); 133 explicit basic_iostream(basic_streambuf<char_type, traits_type>* sb); 210 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_istream(basic_streambuf<char_type, traits_typ… 250 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb); 282 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& get(basic_streambuf<char_type, traits_type>& … 286 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm); 615 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb) { [all …]
|
| H A D | ostream | 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 59 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb);
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | streambuf.h | 22 class basic_streambuf; variable 24 using streambuf = basic_streambuf<char>; 27 using wstreambuf = basic_streambuf<wchar_t>; 31 …RED_NAME(streambuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstreambuf)) basic_streambuf;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__fwd/ |
| H A D | streambuf.h | 22 class _LIBCPP_TEMPLATE_VIS basic_streambuf; variable 24 using streambuf = basic_streambuf<char>; 27 using wstreambuf = basic_streambuf<wchar_t>; 31 …RED_NAME(streambuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstreambuf)) basic_streambuf;
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 21 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable 28 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
|
| H A D | std_stream.h | 33 class _LIBCPP_HIDDEN __stdinbuf : public basic_streambuf<_CharT, char_traits<_CharT> > { 241 class _LIBCPP_HIDDEN __stdoutbuf : public basic_streambuf<_CharT, char_traits<_CharT> > {
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | streambuf.inc | 12 using std::basic_streambuf;
|
| H A D | streambuf.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | ostreambuf_iterator.h | 38 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| H A D | istreambuf_iterator.h | 40 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 49 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| H A D | istreambuf_iterator.h | 46 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 32 class _LIBCPP_DEPRECATED_IN_CXX17 wbuffer_convert : public basic_streambuf<_Elem, _Tr> { 86 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* _… 254 basic_streambuf<_Elem, _Tr>* wbuffer_convert<_Codecvt, _Elem, _Tr>::setbuf(char_type* __s, streamsi… in setbuf()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
| H A D | basic_ostream.h | 56 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() 163 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb); 239 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb) {
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/ |
| H A D | basic_ostream.h | 50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() 102 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb); 172 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __sb) {
|