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

  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&);
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
_ostream.h 233 __get_ostreambuf(basic_ostream<_CharT, _Traits>& __St) function

Completed in 13 milliseconds