Searched refs:__unique_copy (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algo.h561 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
574 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
577 return __unique_copy(__first, __last, __result, __VALUE_TYPE(__first));
581 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, function
593 return __unique_copy(__first, __last, __result,
599 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
613 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
617 return __unique_copy(__first, __last, __result, __binary_pred,
622 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, function
637 return __unique_copy(__firs
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1046 __unique_copy(_ForwardIterator __first, _ForwardIterator __last, function
1075 __unique_copy(_InputIterator __first, _InputIterator __last, function
1107 __unique_copy(_InputIterator __first, _InputIterator __last, function
4377 return std::__unique_copy(__first, __last, __result,
4417 return std::__unique_copy(__first, __last, __result,

Completed in 102 milliseconds