Searched refs:__unique_copy (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.c | 295 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy() function 310 __unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, in __unique_copy() function 312 return _STLP_PRIV __unique_copy(__first, __last, __result, __binary_pred, in __unique_copy() 318 __unique_copy(_InputIter __first, _InputIter __last, _ForwardIter __result, in __unique_copy() function 329 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy() function 332 return _STLP_PRIV __unique_copy(__first, __last, __result, __binary_pred, forward_iterator_tag()); in __unique_copy() 337 __unique_copy(_InputIterator __first, _InputIterator __last, in __unique_copy() function 340 return _STLP_PRIV __unique_copy(__first, __last, __result, __binary_pred, forward_iterator_tag()); in __unique_copy() 351 return _STLP_PRIV __unique_copy(__first, __last, __result, in unique_copy() 362 return _STLP_PRIV __unique_copy(__first, __last, __result, __binary_pred, in unique_copy()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 2214 __unique_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredi… 2237 __unique_copy(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryP… 2260 __unique_copy(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPred… 2279 return _VSTD::__unique_copy<typename add_lvalue_reference<_BinaryPredicate>::type>
|