Searched refs:ostreambuf_iterator (Results 1 - 25 of 154) sorted by relevance

1234567

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ostreambuf_iterator.h41 class ostreambuf_iterator : class in inherits:iterator
57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
67 ostreambuf_iterator<_CharT, _Traits>& operator*() { return *this; }
68 ostreambuf_iterator<_CharT, _Traits>& operator++() { return *this; }
69 ostreambuf_iterator<_CharT, _Traits>& operator++(int) { return *this; }
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostrea
83 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<char, char_traits<char> >; variable
85 _STLP_EXPORT_TEMPLATE_CLASS ostreambuf_iterator<wchar_t, char_traits<wchar_t> >; variable
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dstreambuf_iterator.h62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstreambuf_iterator.h62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstreambuf_iterator.h62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstreambuf_iterator.h62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstreambuf_iterator.h62 ostreambuf_iterator<_CharT2> >::__type
64 ostreambuf_iterator<_CharT2>);
199 class ostreambuf_iterator class in inherits:iterator
214 ostreambuf_iterator<_CharT2> >::__type
216 ostreambuf_iterator<_CharT2>);
224 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
228 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
232 ostreambuf_iterator&
242 ostreambuf_iterator&
247 ostreambuf_iterator
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstreambuf_iterator.h75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstreambuf_iterator.h75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstreambuf_iterator.h73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 ostreambuf_iterator
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstreambuf_iterator.h75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstreambuf_iterator.h69 ostreambuf_iterator<_CharT2> >::__type
71 ostreambuf_iterator<_CharT2>);
206 class ostreambuf_iterator class in inherits:iterator
221 ostreambuf_iterator<_CharT2> >::__type
223 ostreambuf_iterator<_CharT2>);
231 ostreambuf_iterator(ostream_type& __s) throw () function in class:ostreambuf_iterator
235 ostreambuf_iterator(streambuf_type* __s) throw () function in class:ostreambuf_iterator
239 ostreambuf_iterator&
249 ostreambuf_iterator&
254 ostreambuf_iterator
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstreambuf_iterator.h75 ostreambuf_iterator<_CharT2> >::__type
77 ostreambuf_iterator<_CharT2>);
218 class ostreambuf_iterator class in inherits:iterator
233 ostreambuf_iterator<_CharT2> >::__type
235 ostreambuf_iterator<_CharT2>);
243 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
247 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
251 ostreambuf_iterator&
261 ostreambuf_iterator&
266 ostreambuf_iterator
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstreambuf_iterator.h73 ostreambuf_iterator<_CharT2> >::__type
75 ostreambuf_iterator<_CharT2>);
216 class ostreambuf_iterator class in inherits:iterator
231 ostreambuf_iterator<_CharT2> >::__type
233 ostreambuf_iterator<_CharT2>);
241 ostreambuf_iterator(ostream_type& __s) _GLIBCXX_USE_NOEXCEPT
245 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT
249 ostreambuf_iterator&
259 ostreambuf_iterator&
264 ostreambuf_iterator
[all...]

Completed in 408 milliseconds

1234567