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

  /prebuilts/ndk/r10/sources/cxx-stl/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;
  /prebuilts/ndk/r11/sources/cxx-stl/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;
  /prebuilts/ndk/r13/sources/cxx-stl/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 67 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
92 // If the end of stream is reached (streambuf_type::sgetc()
97 mutable streambuf_type* _M_sbuf;
116 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
225 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
236 streambuf_type* _M_sbuf;
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
339 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
344 streambuf_type* __sb = __first._M_sbuf
374 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]

Completed in 307 milliseconds