Home
last modified time | relevance | path

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

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