Searched refs:itr (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | istmit_test.cpp | 140 istream_iterator<int> itr(is); in copy_n_test() local 141 itr = copy_n(itr, 0, back_inserter(ints)).first; in copy_n_test() 143 itr = copy_n(itr, -1, back_inserter(ints)).first; in copy_n_test() 145 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 149 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 153 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test()
|
/ndk/tests/device/test-stlport/unit/ |
D | istmit_test.cpp | 140 istream_iterator<int> itr(is); in copy_n_test() local 141 itr = copy_n(itr, 0, back_inserter(ints)).first; in copy_n_test() 143 itr = copy_n(itr, -1, back_inserter(ints)).first; in copy_n_test() 145 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 149 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test() 153 itr = copy_n(itr, 2, back_inserter(ints)).first; in copy_n_test()
|