Searched refs:replace_copy (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/ |
D | Android.mk | 23 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy 24 test_src := replace_copy.pass.cpp
|
D | replace_copy.pass.cpp | 32 OutIter r = std::replace_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2, 5); in test()
|
/external/stlport/test/unit/ |
D | rm_cp_test.cpp | 108 replace_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2, 42); in replcpy1()
|
/external/stlport/stlport/stl/ |
D | _algo.h | 199 replace_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in replace_copy() function
|
/external/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,
|