Searched refs:basic_streambuf (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 20 class basic_streambuf 61 basic_streambuf(); 62 basic_streambuf(const basic_streambuf& rhs); 63 basic_streambuf& operator=(const basic_streambuf& rhs); 233 basic_streambuf(const basic_streambuf& __rhs); 234 basic_streambuf& operator=(const basic_streambuf& __rhs); 305 basic_streambuf<_CharT, _Traits>::~basic_streambuf() 310 basic_streambuf<_CharT, _Traits>::basic_streambuf() 321 basic_streambuf<_CharT, _Traits>::basic_streambuf(const basic_streambuf& __sb) 334 basic_streambuf<_CharT, _Traits>::operator=(const basic_streambuf& __sb) [all …]
|
| H A D | ios | 135 explicit basic_ios(basic_streambuf<charT,traits>* sb); 142 basic_streambuf<charT,traits>* rdbuf() const; 143 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); 160 void init(basic_streambuf<charT,traits>* sb); 163 void set_rdbuf(basic_streambuf<charT, traits>* sb); 644 basic_streambuf<char_type, traits_type>* rdbuf() const; 646 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb); 668 void init(basic_streambuf<char_type, traits_type>* __sb); 725 basic_streambuf<_CharT, _Traits>* 733 basic_streambuf<_CharT, _Traits>* [all …]
|
| H A D | iosfwd | 31 template <class charT, class traits = char_traits<charT> > class basic_streambuf; 56 typedef basic_streambuf<char> streambuf; 71 typedef basic_streambuf<wchar_t> wstreambuf; 123 class _LIBCPP_TEMPLATE_VIS basic_streambuf; 161 typedef basic_streambuf<char> streambuf; 176 typedef basic_streambuf<wchar_t> wstreambuf; 195 class _LIBCPP_PREFERRED_NAME(streambuf) _LIBCPP_PREFERRED_NAME(wstreambuf) basic_streambuf;
|
| 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); 191 explicit basic_istream(basic_streambuf<char_type, traits_type>* __sb) : __gc_(0) 229 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb); 264 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb) 267 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm); 838 basic_istream<_CharT, _Traits>::get(basic_streambuf<char_type, traits_type>& __sb, [all …]
|
| H A D | __std_stream | 35 : public basic_streambuf<_CharT, char_traits<_CharT> > 223 : public basic_streambuf<_CharT, char_traits<_CharT> >
|
| H A D | ostream | 29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb); 58 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb); 164 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb) 213 basic_ostream& operator<<(basic_streambuf<char_type, traits_type>* __sb); 309 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<char_type, traits_type>* __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); 210 : public basic_streambuf<_CharT, _Traits> 261 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n); 319 : basic_streambuf<_CharT, _Traits>(__rhs) 415 basic_streambuf<char_type, traits_type>::swap(__rhs); 867 basic_streambuf<_CharT, _Traits>*
|
| H A D | sstream | 18 : public basic_streambuf<charT, traits> 49 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize); 202 : public basic_streambuf<_CharT, _Traits>
|
| H A D | strstream | 17 : public basic_streambuf<char>
|
| H A D | iterator | 487 typedef basic_streambuf<charT, traits> streambuf_type; 524 typedef basic_streambuf<charT, traits> streambuf_type;
|
| H A D | locale | 123 : public basic_streambuf<Elem, Tr> 3922 : public basic_streambuf<_Elem, _Tr> 3984 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, 4181 basic_streambuf<_Elem, _Tr>*
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | ios.instantiations.cpp | 23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<char>; variable 24 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_streambuf<wchar_t>; variable
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
|
| H A D | istreambuf_iterator.h | 46 typedef basic_streambuf<_CharT,_Traits> streambuf_type;
|