Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstreambuf20 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);
124 class _LIBCPP_TEMPLATE_VIS basic_streambuf
137 virtual ~basic_streambuf();
[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 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
654 basic_streambuf<char_type, traits_type>* rdbuf() const;
656 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
678 void init(basic_streambuf<char_type, traits_type>* __sb);
689 void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);
[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);
190 explicit basic_istream(basic_streambuf<char_type, traits_type>* __sb) : __gc_(0)
232 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* __sb);
267 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb)
270 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm);
693 basic_istream<_CharT, _Traits>::operator>>(basic_streambuf<char_type, traits_type>* __sb)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc45 basic_streambuf<_CharT, _Traits>::
79 basic_streambuf<_CharT, _Traits>::
116 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs_eof()
117 basic_streambuf<_CharT, _Traits>* __sbout, in __copy_streambufs_eof()
139 __copy_streambufs(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs()
140 basic_streambuf<_CharT, _Traits>* __sbout) in __copy_streambufs()
149 extern template class basic_streambuf<char>;
152 __copy_streambufs(basic_streambuf<char>*,
153 basic_streambuf<char>*);
156 __copy_streambufs_eof(basic_streambuf<char>*,
[all …]
H A Dbasic_ios.h99 basic_streambuf<_CharT, _Traits>* _M_streambuf; in _GLIBCXX_VISIBILITY()
270 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) in _GLIBCXX_VISIBILITY()
320 basic_streambuf<_CharT, _Traits>* in _GLIBCXX_VISIBILITY()
346 basic_streambuf<_CharT, _Traits>* in _GLIBCXX_VISIBILITY()
347 rdbuf(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_VISIBILITY()
472 init(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_VISIBILITY()
505 set_rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in _GLIBCXX_VISIBILITY()
H A Dbasic_ios.tcc52 basic_streambuf<_CharT, _Traits>*
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf()
55 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf()
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dstreambuf-inst.cc37 template class basic_streambuf<char>; variable
41 __copy_streambufs(basic_streambuf<char>*, basic_streambuf<char>*);
45 __copy_streambufs_eof(basic_streambuf<char>*,
46 basic_streambuf<char>*, bool&);
50 template class basic_streambuf<wchar_t>; variable
54 __copy_streambufs(basic_streambuf<wchar_t>*, basic_streambuf<wchar_t>*);
58 __copy_streambufs_eof(basic_streambuf<wchar_t>*,
59 basic_streambuf<wchar_t>*, bool&);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf.tcc45 basic_streambuf<_CharT, _Traits>::
79 basic_streambuf<_CharT, _Traits>::
116 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs_eof()
117 basic_streambuf<_CharT, _Traits>* __sbout, in __copy_streambufs_eof()
139 __copy_streambufs(basic_streambuf<_CharT, _Traits>* __sbin, in __copy_streambufs()
140 basic_streambuf<_CharT, _Traits>* __sbout) in __copy_streambufs()
149 extern template class basic_streambuf<char>;
153 __copy_streambufs(basic_streambuf<char>*,
154 basic_streambuf<char>*);
157 extern template class basic_streambuf<wchar_t>;
[all …]
H A Dbasic_ios.h99 basic_streambuf<_CharT, _Traits>* _M_streambuf; in _GLIBCXX_VISIBILITY()
270 basic_ios(basic_streambuf<_CharT, _Traits>* __sb) in _GLIBCXX_VISIBILITY()
320 basic_streambuf<_CharT, _Traits>* in _GLIBCXX_VISIBILITY()
346 basic_streambuf<_CharT, _Traits>* in _GLIBCXX_VISIBILITY()
347 rdbuf(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_VISIBILITY()
472 init(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_VISIBILITY()
505 set_rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in _GLIBCXX_VISIBILITY()
H A Dbasic_ios.tcc52 basic_streambuf<_CharT, _Traits>*
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf()
55 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf()
126 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dstreambuf-inst.cc37 template class basic_streambuf<char>; variable
41 __copy_streambufs(basic_streambuf<char>*, basic_streambuf<char>*);
45 template class basic_streambuf<wchar_t>; variable
49 __copy_streambufs(basic_streambuf<wchar_t>*, basic_streambuf<wchar_t>*);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstreambuf.cc37 __copy_streambufs_eof(basic_streambuf<char>* __sbin, in __copy_streambufs_eof()
38 basic_streambuf<char>* __sbout, bool& __ineof) in __copy_streambufs_eof()
40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof()
77 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin, in __copy_streambufs_eof()
78 basic_streambuf<wchar_t>* __sbout, bool& __ineof) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstreambuf.cc37 __copy_streambufs_eof(basic_streambuf<char>* __sbin, in __copy_streambufs_eof()
38 basic_streambuf<char>* __sbout, bool& __ineof) in __copy_streambufs_eof()
40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof()
77 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin, in __copy_streambufs_eof()
78 basic_streambuf<wchar_t>* __sbout, bool& __ineof) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstreambuf53 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>*,
54 basic_streambuf<_CharT, _Traits>*, bool&);
122 class basic_streambuf
140 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
150 __copy_streambufs_eof<>(basic_streambuf*, basic_streambuf*, bool&);
202 ~basic_streambuf()
243 basic_streambuf*
464 * basic_streambuf class description. Note that, as a result,
468 basic_streambuf()
595 virtual basic_streambuf<char_type,_Traits>*
[all …]
H A Diosfwd80 class basic_streambuf;
135 typedef basic_streambuf<char> streambuf;
175 typedef basic_streambuf<wchar_t> wstreambuf;
H A Dostream55 * derived from basic_streambuf to do the actual output.
69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type;
762 class __syncbuf_base : public basic_streambuf<_CharT, _Traits>
766 _S_get(basic_streambuf<_CharT, _Traits>* __buf [[maybe_unused]]) noexcept
776 __syncbuf_base(basic_streambuf<_CharT, _Traits>* __w = nullptr)
780 basic_streambuf<_CharT, _Traits>* _M_wrapped = nullptr;
H A Dspanstream50 : public basic_streambuf<_CharT, _Traits>
52 using __streambuf_type = basic_streambuf<_CharT, _Traits>;
134 basic_streambuf<_CharT, _Traits>*
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstreambuf53 __copy_streambufs_eof(basic_streambuf<_CharT, _Traits>*,
54 basic_streambuf<_CharT, _Traits>*, bool&);
122 class basic_streambuf
140 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
150 __copy_streambufs_eof<>(basic_streambuf*, basic_streambuf*, bool&);
204 ~basic_streambuf()
245 basic_streambuf*
466 * basic_streambuf class description. Note that, as a result,
470 basic_streambuf()
597 virtual basic_streambuf<char_type,_Traits>*
[all …]
H A Diosfwd80 class basic_streambuf;
135 typedef basic_streambuf<char> streambuf;
175 typedef basic_streambuf<wchar_t> wstreambuf;
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
68 typedef std::basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h56 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
67 typedef std::basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dstrstream62 class strstreambuf : public basic_streambuf<char, char_traits<char> >
67 typedef basic_streambuf<char, _Traits> _Base;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dstrstream62 class strstreambuf : public basic_streambuf<char, char_traits<char> >
67 typedef basic_streambuf<char, _Traits> _Base;

1234