Searched refs:_M_streambuf (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | basic_ios.h | 90 basic_streambuf<_CharT, _Traits>* _M_streambuf; in _GLIBCXX_BEGIN_NAMESPACE() local 257 : ios_base(), _M_tie(0), _M_fill(), _M_fill_init(false), _M_streambuf(0), in _GLIBCXX_BEGIN_NAMESPACE() 308 { return _M_streambuf; } in _GLIBCXX_BEGIN_NAMESPACE() 446 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0) in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | basic_ios.tcc | 59 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf() 60 _M_streambuf = __sb; in rdbuf() 165 _M_streambuf = __sb; in init()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | basic_ios.tcc | 53 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf() 54 _M_streambuf = __sb; in rdbuf() 174 _M_streambuf = __sb; in init()
|
| D | basic_ios.h | 92 basic_streambuf<_CharT, _Traits>* _M_streambuf; variable 309 { return _M_streambuf; } in rdbuf()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2000 | 8523 _M_streambuf instead. Make initializations sane. Fix 8524 allocation/deallocation of _M_streambuf. 8631 * bits/std_ostream.h: Non-default ctor shouldn't smash _M_streambuf. 8801 _M_streambuf. Use cached _M_cvt in basic_streambuf. 8802 * bits/std_istream.h: Replace _M_strbuf with _M_streambuf.
|