Searched refs:replace_copy (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/ |
D | replace_copy.pass.cpp | 32 OutIter r = std::replace_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2, 5); in test()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 211 replace_copy(InputIterator first, InputIterator last, OutputIterator result, 1981 // replace_copy 1986 replace_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result,
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 174 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 165 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
|