HomeSort by relevance Sort by last modified time
    Searched refs:ostream_iterator (Results 1 - 25 of 44) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
copy.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator(const ostream_iterator& x);
23 std::ostream_iterator<int> i(outf);
24 std::ostream_iterator<int> j = i;
ostream.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator(ostream_type& s);
23 std::ostream_iterator<int> i(outf);
ostream_delem.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator(ostream_type& s, const charT* delimiter);
24 std::ostream_iterator<int> i(outf, ", ");
29 std::ostream_iterator<double, wchar_t> i(outf, L", ");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
dereference.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator& operator*() const;
23 std::ostream_iterator<int> i(os);
24 std::ostream_iterator<int>& iref = *i;
increment.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator& operator++();
15 // ostream_iterator& operator++(int);
24 std::ostream_iterator<int> i(os);
25 std::ostream_iterator<int>& iref1 = ++i;
27 std::ostream_iterator<int>& iref2 = i++;
assign_t.pass.cpp 12 // class ostream_iterator
14 // ostream_iterator& operator=(const T& value);
24 std::ostream_iterator<int> i(outf);
30 std::ostream_iterator<int> i(outf, ", ");
36 std::ostream_iterator<int, wchar_t> i(outf);
42 std::ostream_iterator<int, wchar_t> i(outf, L", ");
  /prebuilts/gcc/linux-x86/host/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&
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/ndk/5/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&
  /prebuilts/ndk/6/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&
  /prebuilts/ndk/7/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&
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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&
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stream_iterator.h 154 class ostream_iterator class in inherits:iterator
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {} function in class:ostream_iterator
183 ostream_iterator(ostream_type& __s, const _CharT* __c) function in class:ostream_iterator
187 ostream_iterator(const ostream_iterator& __obj) function in class:ostream_iterator
192 ostream_iterator&
203 ostream_iterator&
207 ostream_iterator&
211 ostream_iterator&
  /external/stlport/test/unit/
ostmit_test.cpp 40 ostream_iterator<char> iter(os);
46 ostream_iterator<int> iter2(os);
  /ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp 40 ostream_iterator<char> iter(os);
46 ostream_iterator<int> iter2(os);
  /ndk/tests/device/test-stlport/unit/
ostmit_test.cpp 40 ostream_iterator<char> iter(os);
46 ostream_iterator<int> iter2(os);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 14 // class ostream_iterator
28 typedef std::ostream_iterator<double> I1;
34 typedef std::ostream_iterator<unsigned, wchar_t> I2;
  /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(); }
  /prebuilts/ndk/5/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 617 milliseconds

1 2