Searched refs:remove_copy (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/ |
D | remove_copy.pass.cpp | 29 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2); in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { in remove_copy() function 272 return remove_copy(++__next, __last, __first, __val); in remove()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 244 remove_copy(InputIterator first, InputIterator last, OutputIterator result, const T& value); 2144 // remove_copy 2149 remove_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp& __v…
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 161 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 170 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
|