HomeSort by relevance Sort by last modified time
    Searched refs:streambuf_type (Results 1 - 23 of 23) 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;
  /ndk/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/5/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/6/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/7/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/8/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 56 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
81 // If the end of stream is reached (streambuf_type::sgetc()
86 mutable streambuf_type* _M_sbuf;
99 istreambuf_iterator(streambuf_type* __s) throw()
208 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
219 streambuf_type* _M_sbuf;
228 ostreambuf_iterator(streambuf_type* __s) throw ()
322 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
327 streambuf_type* __sb = __first._M_sbuf
357 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 63 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
88 // If the end of stream is reached (streambuf_type::sgetc()
93 mutable streambuf_type* _M_sbuf;
106 istreambuf_iterator(streambuf_type* __s) throw()
215 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
226 streambuf_type* _M_sbuf;
235 ostreambuf_iterator(streambuf_type* __s) throw ()
329 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
334 streambuf_type* __sb = __first._M_sbuf
364 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 63 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
88 // If the end of stream is reached (streambuf_type::sgetc()
93 mutable streambuf_type* _M_sbuf;
106 istreambuf_iterator(streambuf_type* __s) throw()
215 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
226 streambuf_type* _M_sbuf;
235 ostreambuf_iterator(streambuf_type* __s) throw ()
329 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
334 streambuf_type* __sb = __first._M_sbuf
364 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 56 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
81 // If the end of stream is reached (streambuf_type::sgetc()
86 mutable streambuf_type* _M_sbuf;
99 istreambuf_iterator(streambuf_type* __s) throw()
208 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
219 streambuf_type* _M_sbuf;
228 ostreambuf_iterator(streambuf_type* __s) throw ()
322 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
327 streambuf_type* __sb = __first._M_sbuf
357 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 56 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
81 // If the end of stream is reached (streambuf_type::sgetc()
86 mutable streambuf_type* _M_sbuf;
99 istreambuf_iterator(streambuf_type* __s) throw()
208 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
219 streambuf_type* _M_sbuf;
228 ostreambuf_iterator(streambuf_type* __s) throw ()
322 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
327 streambuf_type* __sb = __first._M_sbuf
357 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 56 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
81 // If the end of stream is reached (streambuf_type::sgetc()
86 mutable streambuf_type* _M_sbuf;
99 istreambuf_iterator(streambuf_type* __s) throw()
208 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
219 streambuf_type* _M_sbuf;
228 ostreambuf_iterator(streambuf_type* __s) throw ()
322 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
327 streambuf_type* __sb = __first._M_sbuf
357 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 56 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
81 // If the end of stream is reached (streambuf_type::sgetc()
86 mutable streambuf_type* _M_sbuf;
99 istreambuf_iterator(streambuf_type* __s) throw()
208 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
219 streambuf_type* _M_sbuf;
228 ostreambuf_iterator(streambuf_type* __s) throw ()
322 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
327 streambuf_type* __sb = __first._M_sbuf
357 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 63 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
88 // If the end of stream is reached (streambuf_type::sgetc()
93 mutable streambuf_type* _M_sbuf;
106 istreambuf_iterator(streambuf_type* __s) throw()
215 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
226 streambuf_type* _M_sbuf;
235 ostreambuf_iterator(streambuf_type* __s) throw ()
329 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
334 streambuf_type* __sb = __first._M_sbuf
364 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 69 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:istreambuf_iterator
94 // If the end of stream is reached (streambuf_type::sgetc()
99 mutable streambuf_type* _M_sbuf;
118 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
227 typedef basic_streambuf<_CharT, _Traits> streambuf_type; typedef in class:ostreambuf_iterator
238 streambuf_type* _M_sbuf;
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
341 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
346 streambuf_type* __sb = __first._M_sbuf
376 typedef typename __is_iterator_type::streambuf_type streambuf_type; typedef
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 22 // typedef basic_streambuf<charT,traits> streambuf_type;
39 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
49 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 19 // typedef basic_streambuf<charT, traits> streambuf_type;
34 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
42 static_assert((std::is_same<I2::streambuf_type, std::wstreambuf>::value), "");

Completed in 748 milliseconds