Home
last modified time | relevance | path

Searched refs:istream_string_ite (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Distmit_test.cpp43 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)); in copy_n_test()
/ndk/tests/device/test-gnustl-full/unit/
Distmit_test.cpp43 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)); in copy_n_test()