| /openbsd/src/gnu/gcc/libstdc++-v3/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 <<()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | istream.tcc | 54 __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 …]
|
| D | fstream.tcc | 75 basic_filebuf() : __streambuf_type(), _M_file(&_M_lock), in basic_filebuf() 403 typename basic_filebuf<_CharT, _Traits>::__streambuf_type*
|
| D | ostream.tcc | 312 operator<<(__streambuf_type* __sbin) in operator <<()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_istream.h | 69 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
|
| D | std_streambuf.h | 148 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; };
|
| D | std_sstream.h | 82 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*
|
| D | std_fstream.h | 79 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()
|
| D | std_ostream.h | 69 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/ |
| 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()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2000 | 7707 change the type of the returned value from __streambuf_type*
|