Home
last modified time | relevance | path

Searched refs:replace_copy_if (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
Dreplace_copy_if.pass.cpp33 OutIter r = std::replace_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib), in test()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42); in repcpif1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42); in repcpif1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h209 replace_copy_if(_Iterator __first, _Iterator __last, in replace_copy_if() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm216replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co…
1997 // replace_copy_if
2002 replace_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result,
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk164 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk173 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)