Home
last modified time | relevance | path

Searched refs:unique_copy (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dunique_test.cpp73 unique_copy((int*)numbers, (int*)numbers + 8, (int*)result); in uniqcpy1()
96 unique_copy(plabels, plabels + count, puCopy, str_equal); in uniqcpy2()
/reactos/sdk/include/c++/stlport/stl/
H A D_algo.h291 _OutputIter unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result);
294 _OutputIter unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
300 return unique_copy(__first, __last, __first); in unique()
307 return unique_copy(__first, __last, __first, __binary_pred); in unique()
H A D_algo.c348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { in unique_copy() function
358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in unique_copy() function