HomeSort by relevance Sort by last modified time
    Searched refs:istream_int_ite (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
istmit_test.cpp 42 typedef istream_iterator<int> istream_int_ite; typedef
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite; typedef
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 42 typedef istream_iterator<int> istream_int_ite; typedef
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite; typedef
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 42 typedef istream_iterator<int> istream_int_ite; typedef
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite; typedef
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints));

Completed in 762 milliseconds