Searched refs:__streambuf_type (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/libstdc++/include/bits/ |
| D | istream.tcc | 63 __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 …]
|
| D | fstream.tcc | 81 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*
|
| D | ostream.tcc | 120 operator<<(__streambuf_type* __sbin) in operator <<()
|
| /trueos/contrib/libstdc++/src/ |
| D | istream.cc | 52 __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 …]
|
| D | compatibility.cc | 74 __streambuf_type* __sb = this->rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE() 140 __streambuf_type* __sb = this->rdbuf(); in ignore()
|
| /trueos/contrib/libstdc++/include/std/ |
| D | std_streambuf.h | 146 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; };
|
| D | std_istream.h | 69 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
|
| D | std_sstream.h | 75 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()
|
| D | std_ostream.h | 70 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()
|
| D | std_fstream.h | 79 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/ |
| D | vstring.tcc | 556 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++/ |
| D | ChangeLog-1999 | 2063 change the type of the returned value from __streambuf_type*
|
| D | ChangeLog-2003 | 821 * include/bits/istream.tcc (operator>>(__streambuf_type*)): 823 * include/bits/ostream.tcc (operator<<(__streambuf_type*)):
|
| D | ChangeLog-2006 | 4714 * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
|