Home
last modified time | relevance | path

Searched refs:copy_n (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Distmit_test.cpp90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), in copy_n_test()
94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test()
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints)); in copy_n_test()
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings)); in copy_n_test()
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-gnustl-full/unit/
Distmit_test.cpp90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), in copy_n_test()
94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test()
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints)); in copy_n_test()
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings)); in copy_n_test()
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/sources/cxx-stl/stlport/stlport/stl/
D_algobase.h399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { in copy_n() function