Home
last modified time | relevance | path

Searched refs:_M_streambuf (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_ios.h90 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()
Dbasic_ios.tcc59 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/
Dbasic_ios.tcc53 basic_streambuf<_CharT, _Traits>* __old = _M_streambuf; in rdbuf()
54 _M_streambuf = __sb; in rdbuf()
174 _M_streambuf = __sb; in init()
Dbasic_ios.h92 basic_streambuf<_CharT, _Traits>* _M_streambuf; variable
309 { return _M_streambuf; } in rdbuf()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20008523 _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.