HomeSort by relevance Sort by last modified time
    Searched full:istream_iterator (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /external/stlport/test/unit/
istmit_test.cpp 41 typedef istream_iterator<char> istream_char_ite;
42 typedef istream_iterator<int> istream_int_ite;
43 typedef istream_iterator<string> istream_string_ite;
45 typedef istream_iterator<char, ptrdiff_t> istream_char_ite;
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite;
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite;
86 //through a istream_iterator.
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
119 * - you always extract the same type of istream_iterator and you always reus
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 41 typedef istream_iterator<char> istream_char_ite;
42 typedef istream_iterator<int> istream_int_ite;
43 typedef istream_iterator<string> istream_string_ite;
45 typedef istream_iterator<char, ptrdiff_t> istream_char_ite;
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite;
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite;
86 //through a istream_iterator.
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
119 * - you always extract the same type of istream_iterator and you always reus
    [all...]
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 41 typedef istream_iterator<char> istream_char_ite;
42 typedef istream_iterator<int> istream_int_ite;
43 typedef istream_iterator<string> istream_string_ite;
45 typedef istream_iterator<char, ptrdiff_t> istream_char_ite;
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite;
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite;
86 //through a istream_iterator.
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
119 * - you always extract the same type of istream_iterator and you always reus
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
arrow.pass.cpp 12 // class istream_iterator
34 std::istream_iterator<A> i(inf);
dereference.pass.cpp 12 // class istream_iterator
23 std::istream_iterator<int> i(inf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 14 // class istream_iterator
28 typedef std::istream_iterator<double> I1;
35 typedef std::istream_iterator<unsigned, wchar_t> I2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator 207 class istream_iterator
215 istream_iterator();
216 istream_iterator(istream_type& s);
217 istream_iterator(const istream_iterator& x);
218 ~istream_iterator();
222 istream_iterator& operator++();
223 istream_iterator operator++(int);
227 bool operator==(const istream_iterator<T,charT,traits,Distance>& x,
228 const istream_iterator<T,charT,traits,Distance>& y)
    [all...]
  /external/oprofile/libregex/tests/
mangled-name.in 38 istream_iterator<char, @PTRDIFF_T_TYPE@>
39 istream_iterator<char>
251 std::istream_iterator<long, char, std::char_traits<char>, @PTRDIFF_T_TYPE@>
252 istream_iterator<long>
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 32 std::istream_iterator<std::string> begin(buf), end;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
formatter.h 105 // istream_iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 105 // istream_iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 105 // istream_iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 105 // istream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
formatter.h 105 // istream_iterator
  /external/oprofile/libregex/
stl.pat.in 150 # strictly speaking this accept num_put<..., istream_iterator<...> > or
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
formatter.h 95 // istream_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 95 // istream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
formatter.h 95 // istream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
formatter.h 98 // istream_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
formatter.h 95 // istream_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
formatter.h 98 // istream_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
formatter.h 97 // istream_iterator
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 138 //std::istream_iterator<char> begin(sin);
139 //std::istream_iterator<char> end;
  /external/stlport/stlport/stl/config/
user_config.h 247 * queue<>, priority_queue<>, stack<>, istream_iterator<>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 247 * queue<>, priority_queue<>, stack<>, istream_iterator<>

Completed in 889 milliseconds

12 3 4 5