Searched defs:__binary_pred (Results 1 - 25 of 88) sorted by relevance

1234

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dunique_copy.h44 * @param __binary_pred Equality predicate.
52 _BinaryPredicate __binary_pred)
101 if (!__binary_pred(*__iter, *(__iter - 1)))
116 if (!__binary_pred(*__iter, *(__iter - 1)))
146 || !__binary_pred(*__iter, *(__iter - 1)))
164 if (!__binary_pred(*__iter, *(__iter - 1)))
50 __parallel_unique_copy(_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dunique_copy.h44 * @param __binary_pred Equality predicate.
52 _BinaryPredicate __binary_pred)
101 if (!__binary_pred(*__iter, *(__iter - 1)))
116 if (!__binary_pred(*__iter, *(__iter - 1)))
146 || !__binary_pred(*__iter, *(__iter - 1)))
164 if (!__binary_pred(*__iter, *(__iter - 1)))
50 __parallel_unique_copy(_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
H A D_algo.h83 _BinaryPredicate __binary_pred) {
89 if (__binary_pred(*__first, *__next))
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
295 _BinaryPredicate __binary_pred);
305 _BinaryPredicate __binary_pred) {
306 __first = adjacent_find(__first, __last, __binary_pred);
307 return unique_copy(__first, __last, __first, __binary_pred);
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
304 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
H A D_algobase.h539 _BinaryPredicate __binary_pred) {
542 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
568 if (!__binary_pred(*__first1, *__first2))
536 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
563 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
H A D_algo.h83 _BinaryPredicate __binary_pred) {
89 if (__binary_pred(*__first, *__next))
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
295 _BinaryPredicate __binary_pred);
305 _BinaryPredicate __binary_pred) {
306 __first = adjacent_find(__first, __last, __binary_pred);
307 return unique_copy(__first, __last, __first, __binary_pred);
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
304 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
H A D_algobase.h539 _BinaryPredicate __binary_pred) {
542 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
568 if (!__binary_pred(*__first1, *__first2))
536 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
563 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
H A D_algo.h83 _BinaryPredicate __binary_pred) {
89 if (__binary_pred(*__first, *__next))
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
295 _BinaryPredicate __binary_pred);
305 _BinaryPredicate __binary_pred) {
306 __first = adjacent_find(__first, __last, __binary_pred);
307 return unique_copy(__first, __last, __first, __binary_pred);
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
304 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
H A D_algobase.h539 _BinaryPredicate __binary_pred) {
542 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
568 if (!__binary_pred(*__first1, *__first2))
536 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
563 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
H A D_algo.h83 _BinaryPredicate __binary_pred) {
89 if (__binary_pred(*__first, *__next))
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
295 _BinaryPredicate __binary_pred);
305 _BinaryPredicate __binary_pred) {
306 __first = adjacent_find(__first, __last, __binary_pred);
307 return unique_copy(__first, __last, __first, __binary_pred);
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
304 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
H A D_algobase.h539 _BinaryPredicate __binary_pred) {
542 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
568 if (!__binary_pred(*__first1, *__first2))
536 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
563 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
H A D_algo.h83 _BinaryPredicate __binary_pred) {
89 if (__binary_pred(*__first, *__next))
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
295 _BinaryPredicate __binary_pred);
305 _BinaryPredicate __binary_pred) {
306 __first = adjacent_find(__first, __last, __binary_pred);
307 return unique_copy(__first, __last, __first, __binary_pred);
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
304 unique(_ForwardIter __first, _ForwardIter __last, _BinaryPredicate __binary_pred) argument
H A D_algobase.h539 _BinaryPredicate __binary_pred) {
542 while (__first1 != __last1 && __binary_pred(*__first1, *__first2)) {
564 _InputIter2 __first2, _BinaryPredicate __binary_pred) {
568 if (!__binary_pred(*__first1, *__first2))
536 mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
563 equal(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _BinaryPredicate __binary_pred) argument
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c152 void _S_unique(list<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred) { argument
159 if (__binary_pred(*__first, *__next))
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h449 void unique(_BinaryPredicate __binary_pred) { argument
454 if (__binary_pred(*__first, *__next)) {
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h449 void unique(_BinaryPredicate __binary_pred) { argument
454 if (__binary_pred(*__first, *__next)) {
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h449 void unique(_BinaryPredicate __binary_pred) { argument
454 if (__binary_pred(*__first, *__next)) {
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_list.h449 void unique(_BinaryPredicate __binary_pred) { argument
454 if (__binary_pred(*__first, *__next)) {
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_list.h449 void unique(_BinaryPredicate __binary_pred) { argument
454 if (__binary_pred(*__first, *__next)) {

Completed in 1078 milliseconds

1234