Searched refs:streambuf_type (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h47 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
74 streambuf_type* _M_buf;
H A D_istreambuf_iterator.h52 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
62 istreambuf_iterator(streambuf_type* __p = 0) { this->_M_init(__p); }
83 void _M_init(streambuf_type* __p) {
99 streambuf_type* _M_buf;

Completed in 47 milliseconds