Home
last modified time | relevance | path

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/
Dreplace_copy.pass.cpp32 OutIter r = std::replace_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2, 5); in test()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm211 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/
DAndroid.mk174 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk165 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)