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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h 147 class ostream_iterator class in inherits:iterator
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
176 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
180 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
185 ostream_iterator&
196 ostream_iterator&
200 ostream_iterator&
204 ostream_iterator&
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 147 class ostream_iterator class in inherits:iterator
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
176 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
180 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
185 ostream_iterator&
196 ostream_iterator&
200 ostream_iterator&
204 ostream_iterator&
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 147 class ostream_iterator class in inherits:iterator
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
176 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
180 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
185 ostream_iterator&
196 ostream_iterator&
200 ostream_iterator&
204 ostream_iterator&
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 147 class ostream_iterator class in inherits:iterator
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
176 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
180 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
185 ostream_iterator&
196 ostream_iterator&
200 ostream_iterator&
204 ostream_iterator&
  /external/stlport/stlport/stl/
_stream_iterator.h 58 // istream_iterator and ostream_iterator look very different if we're
162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> { class in inherits:iterator
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
178 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); }
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 58 // istream_iterator and ostream_iterator look very different if we're
162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> { class in inherits:iterator
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
178 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); }
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 58 // istream_iterator and ostream_iterator look very different if we're
162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> { class in inherits:iterator
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
178 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); }
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 58 // istream_iterator and ostream_iterator look very different if we're
162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> { class in inherits:iterator
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
178 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); }
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 58 // istream_iterator and ostream_iterator look very different if we're
162 class ostream_iterator: public iterator<output_iterator_tag, void, void, void, void> { class in inherits:iterator
166 typedef ostream_iterator<_TpP> _Self;
168 typedef ostream_iterator<_TpP, _CharT, _Traits> _Self;
177 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
178 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); }
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); }

Completed in 360 milliseconds