Home | History | Annotate | Download | only in include

Lines Matching full:streambuf

125     explicit wbuffer_convert(streambuf* bytebuf = 0, Codecvt* pcvt = new Codecvt,
131 streambuf* rdbuf() const;
132 streambuf* rdbuf(streambuf* bytebuf);
186 #include <streambuf>
4031 streambuf* __bufptr_;
4042 _LIBCPP_EXPLICIT_AFTER_CXX11 wbuffer_convert(streambuf* __bytebuf = 0,
4047 streambuf* rdbuf() const {return __bufptr_;}
4049 streambuf* rdbuf(streambuf* __bytebuf)
4051 streambuf* __r = __bufptr_;
4079 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt, state_type __state)