Home
last modified time | relevance | path

Searched refs:replace_copy (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
DAndroid.mk23 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy
24 test_src := replace_copy.pass.cpp
Dreplace_copy.pass.cpp32 OutIter r = std::replace_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2, 5); in test()
/external/stlport/test/unit/
Drm_cp_test.cpp108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
/external/stlport/stlport/stl/
D_algo.h199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function
/external/libcxx/include/
Dalgorithm211 replace_copy(InputIterator first, InputIterator last, OutputIterator result,
1981 // replace_copy
1986 replace_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result,