Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/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 <<()
/trueos/contrib/libstdc++/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()
/trueos/contrib/libstdc++/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()
/trueos/contrib/libstdc++/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()
/trueos/contrib/libstdc++/
DChangeLog-19992063 change the type of the returned value from __streambuf_type*
DChangeLog-2003821 * include/bits/istream.tcc (operator>>(__streambuf_type*)):
823 * include/bits/ostream.tcc (operator<<(__streambuf_type*)):
DChangeLog-20064714 * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use