/prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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/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;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator_range_io.hpp | 60 std::ostream_iterator< BOOST_DEDUCED_TYPENAME 78 std::copy( r.begin(), r.end(), std::ostream_iterator<char>(Os));
|
/external/oprofile/pp/ |
oparchive_options.cpp | 107 ostream_iterator<string>(cverb << vsfile, "\n"));
|
opgprof_options.cpp | 58 ostream_iterator<string>(cverb << vsfile, "\n"));
|
opannotate_options.cpp | 135 ostream_iterator<string>(cverb << vsfile, "\n"));
|
opreport_options.cpp | 249 ostream_iterator<string>(cverb << vsfile, " ")); 264 ostream_iterator<string>(cverb << vsfile, "\n"));
|
common_option.cpp | 161 ostream_iterator<string>(cerr, " "));
|
/external/oprofile/libutil++/tests/ |
string_manip_tests.cpp | 147 ostream_iterator<string>(cerr, "\n")); 163 ostream_iterator<string>(cerr, "\n"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iterator | 234 class ostream_iterator 242 ostream_iterator(ostream_type& s); 243 ostream_iterator(ostream_type& s, const charT* delimiter); 244 ostream_iterator(const ostream_iterator& x); 245 ~ostream_iterator(); 246 ostream_iterator& operator=(const T& value); 248 ostream_iterator& operator*(); 249 ostream_iterator& operator++(); 250 ostream_iterator& operator++(int) [all...] |
/external/oprofile/libregex/tests/ |
mangled-name.in | 41 ostream_iterator<char, @PTRDIFF_T_TYPE@> 42 ostream_iterator<char> 254 std::ostream_iterator<long, char, std::char_traits<char>, @PTRDIFF_T_TYPE@> 255 ostream_iterator<long>
|
/external/chromium/chrome/browser/sync/ |
backend_migrator.cc | 166 std::ostream_iterator<syncable::ModelType>(ss, ","));
|
/external/oprofile/libpp/ |
profile_spec.cpp | 514 ostream_iterator<string>(os, "\n")); 517 ostream_iterator<string>(os, "\n"));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
formatter.h | 108 // ostream_iterator
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 108 // ostream_iterator
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 108 // ostream_iterator
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 108 // ostream_iterator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
formatter.h | 108 // ostream_iterator
|
/external/chromium_org/cloud_print/service/win/ |
cloud_print_service.cc | 316 std::ostream_iterator<std::string> cout_it(std::cout, "\n ");
|
/external/oprofile/libregex/ |
stl.pat.in | 151 # num_get<..., ostream_iterator<...> > but this can't compile so no big deal
|
/external/stlport/test/eh/ |
LeakCheck.h | 172 EH_STD::ostream_iterator<value_type> o(EH_STD::cerr, " ");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 98 // ostream_iterator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 98 // ostream_iterator
|