Home
last modified time | relevance | path

Searched refs:basic_streambuf (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dstreambuf20 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 Dios135 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 Diosfwd31 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 Distream29 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_stream35 : public basic_streambuf<_CharT, char_traits<_CharT> >
223 : public basic_streambuf<_CharT, char_traits<_CharT> >
H A Dostream29 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 Dfstream18 : 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 Dsstream18 : 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 Dstrstream17 : public basic_streambuf<char>
H A Diterator487 typedef basic_streambuf<charT, traits> streambuf_type;
524 typedef basic_streambuf<charT, traits> streambuf_type;
H A Dlocale123 : 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 Dios.instantiations.cpp23 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 Dostreambuf_iterator.h47 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
H A Distreambuf_iterator.h46 typedef basic_streambuf<_CharT,_Traits> streambuf_type;