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

  /external/stlport/test/unit/
istmit_test.cpp 43 typedef istream_iterator<string> istream_string_ite; typedef
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite; typedef
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
130 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 43 typedef istream_iterator<string> istream_string_ite; typedef
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite; typedef
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
130 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 43 typedef istream_iterator<string> istream_string_ite; typedef
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite; typedef
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
130 copy_n(istream_string_ite(istr), 2, back_inserter(strings));

Completed in 638 milliseconds