Home
last modified time | relevance | path

Searched refs:__streambuf_type (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Distream.tcc63 __streambuf_type* __sb = __in.rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE()
155 operator>>(__streambuf_type* __sbout) in operator >>()
256 __streambuf_type* __sb = this->rdbuf(); in get()
287 get(__streambuf_type& __sb, char_type __delim) in get()
298 __streambuf_type* __this_sb = this->rdbuf(); in get()
337 __streambuf_type* __sb = this->rdbuf(); in getline()
391 __streambuf_type* __sb = this->rdbuf(); in ignore()
419 __streambuf_type* __sb = this->rdbuf(); in ignore()
475 __streambuf_type* __sb = this->rdbuf(); in ignore()
611 __streambuf_type* __sb = this->rdbuf(); in putback()
[all …]
Dfstream.tcc81 basic_filebuf() : __streambuf_type(), _M_lock(), _M_file(&_M_lock), in basic_filebuf()
586 __ret += __streambuf_type::xsgetn(__s, __n); in xsgetn()
631 __ret = __streambuf_type::xsputn(__s, __n); in xsputn()
634 __ret = __streambuf_type::xsputn(__s, __n); in xsputn()
639 typename basic_filebuf<_CharT, _Traits>::__streambuf_type*
Dostream.tcc120 operator<<(__streambuf_type* __sbin) in operator <<()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Distream.cc52 __streambuf_type* __sb = this->rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE()
125 __streambuf_type* __sb = this->rdbuf(); in ignore()
194 typedef __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef
212 __streambuf_type* __sb = __in.rdbuf(); in operator >>()
270 typedef __istream_type::__streambuf_type __streambuf_type; in operator >>() typedef
288 __streambuf_type* __sb = __in.rdbuf(); in operator >>()
346 typedef __istream_type::__streambuf_type __streambuf_type; in getline() typedef
362 __streambuf_type* __sb = __in.rdbuf(); in getline()
432 __streambuf_type* __sb = this->rdbuf(); in getline()
505 __streambuf_type* __sb = this->rdbuf(); in ignore()
[all …]
Dcompatibility.cc74 __streambuf_type* __sb = this->rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE()
140 __streambuf_type* __sb = this->rdbuf(); in ignore()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Distream.tcc54 __streambuf_type* __sb = __in.rdbuf(); in sentry()
428 operator>>(__streambuf_type* __sbout) in operator >>()
526 __streambuf_type* __sb = this->rdbuf(); in get()
554 get(__streambuf_type& __sb, char_type __delim) in get()
565 __streambuf_type* __this_sb = this->rdbuf(); in get()
604 __streambuf_type* __sb = this->rdbuf(); in getline()
652 __streambuf_type* __sb = this->rdbuf(); in ignore()
770 __streambuf_type* __sb = this->rdbuf(); in putback()
799 __streambuf_type* __sb = this->rdbuf(); in unget()
826 __streambuf_type* __sb = this->rdbuf(); in sync()
[all …]
Dfstream.tcc75 basic_filebuf() : __streambuf_type(), _M_file(&_M_lock), in basic_filebuf()
403 typename basic_filebuf<_CharT, _Traits>::__streambuf_type*
Dostream.tcc312 operator<<(__streambuf_type* __sbin) in operator <<()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_istream.h69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
104 basic_istream(__streambuf_type* __sb) in basic_istream()
233 operator>>(__streambuf_type* __sb);
350 get(__streambuf_type& __sb, char_type __delim);
360 get(__streambuf_type& __sb) in get()
582 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
Dstd_streambuf.h148 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
160 __streambuf_type* __sbin,__streambuf_type* __sbout);
407 __streambuf_type*
921 basic_streambuf(const __streambuf_type&) { }; in basic_streambuf() argument
923 __streambuf_type&
924 operator=(const __streambuf_type&) { return *this; };
Dstd_sstream.h82 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
107 : __streambuf_type(), _M_string() in __streambuf_type() function
121 : __streambuf_type(), _M_string(__str.data(), __str.size()) in __streambuf_type() function
225 virtual __streambuf_type*
Dstd_fstream.h79 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
296 virtual __streambuf_type*
359 __ret += __streambuf_type::xsgetn(__s, __n - __ret); in xsgetn()
368 return __streambuf_type::xsputn(__s, __n); in xsputn()
Dstd_ostream.h69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
105 basic_ostream(__streambuf_type* __sb) in basic_ostream()
249 operator<<(__streambuf_type* __sb);
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_streambuf.h146 typedef basic_streambuf<char_type, traits_type> __streambuf_type; typedef
156 __copy_streambufs_eof<>(__streambuf_type*, __streambuf_type*, bool&);
253 __streambuf_type*
794 basic_streambuf(const __streambuf_type& __sb) in basic_streambuf()
801 __streambuf_type&
802 operator=(const __streambuf_type&) { return *this; };
Dstd_istream.h69 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
104 basic_istream(__streambuf_type* __sb): _M_gcount(streamsize(0)) in _GLIBCXX_BEGIN_NAMESPACE()
250 operator>>(__streambuf_type* __sb); in _GLIBCXX_BEGIN_NAMESPACE()
367 get(__streambuf_type& __sb, char_type __delim); in _GLIBCXX_BEGIN_NAMESPACE()
377 get(__streambuf_type& __sb) in _GLIBCXX_BEGIN_NAMESPACE()
651 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef
Dstd_sstream.h75 typedef basic_streambuf<char_type, traits_type> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
101 : __streambuf_type(), _M_mode(__mode), _M_string() in _GLIBCXX_BEGIN_NAMESPACE()
115 : __streambuf_type(), _M_mode(), _M_string(__str.data(), __str.size()) in _GLIBCXX_BEGIN_NAMESPACE()
203 virtual __streambuf_type* in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_ostream.h70 typedef basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
86 basic_ostream(__streambuf_type* __sb) in _GLIBCXX_BEGIN_NAMESPACE()
254 operator<<(__streambuf_type* __sb); in _GLIBCXX_BEGIN_NAMESPACE()
Dstd_fstream.h79 typedef basic_streambuf<char_type, traits_type> __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
351 virtual __streambuf_type* in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dvstring.tcc556 typedef typename __istream_type::__streambuf_type __streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
578 __streambuf_type* __sb = __in.rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE()
625 typedef typename __istream_type::__streambuf_type __streambuf_type; in getline() typedef
645 __streambuf_type* __sb = __in.rdbuf(); in getline()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20007707 change the type of the returned value from __streambuf_type*