Searched refs:__binary_pred (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_algobase.h377 _BinaryPredicate __binary_pred) {
378 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
396 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
398 if (!__binary_pred(*__first1, *__first2))
374 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
395 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
H A Dstl_algo.h219 _BinaryPredicate __binary_pred) {
224 if (__binary_pred(*__first, *__next))
403 _BinaryPred __binary_pred) {
408 if (__binary_pred(*__first, __val))
416 while (__i != __last && __n != 0 && __binary_pred(*__i, __val)) {
424 if (__binary_pred(*__i, __val))
601 _BinaryPredicate __binary_pred, _Tp*) {
605 if (!__binary_pred(__value, *__first)) {
615 _BinaryPredicate __binary_pred,
617 return __unique_copy(__first, __last, __result, __binary_pred,
218 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
401 search_n(_ForwardIter __first, _ForwardIter __last, _Integer __count, const _Tp& __val, _BinaryPred __binary_pred) argument
599 __unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result, _BinaryPredicate __binary_pred, _Tp*) argument
613 __unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result, _BinaryPredicate __binary_pred, output_iterator_tag) argument
622 __unique_copy(_InputIter __first, _InputIter __last, _ForwardIter __result, _BinaryPredicate __binary_pred, forward_iterator_tag) argument
633 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result, _BinaryPredicate __binary_pred) argument
648 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
[all...]
H A Dstl_list.h767 void list<_Tp, _Alloc>::unique(_BinaryPredicate __binary_pred) argument
774 if (__binary_pred(*__first, *__next))

Completed in 54 milliseconds