HomeSort by relevance Sort by last modified time
    Searched refs:streambuf_type (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 47 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;
_istreambuf_iterator.h 52 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 20 milliseconds