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

12345

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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/9/sources/cxx-stl/gnu-libstdc++/4.9/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
H A Dalgobase.h132 _BinaryPredicate __binary_pred,
136 __binary_pred);
192 _BinaryPredicate __binary_pred)
195 __binary_pred,
248 _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred,
252 __binary_pred);
304 _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred)
306 return __equal_switch(__begin1, __end1, __begin2, __end2, __binary_pred,
130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred, __gnu_parallel::sequential_tag) argument
190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, _InputIterator2 __begin2, _InputIterator2 __end2, _BinaryPredicate __binary_pred) argument
247 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred, __gnu_parallel::sequential_tag) argument
303 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, _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/current/sources/cxx-stl/gnu-libstdc++/4.9/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
H A Dalgobase.h132 _BinaryPredicate __binary_pred,
136 __binary_pred);
192 _BinaryPredicate __binary_pred)
195 __binary_pred,
248 _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred,
252 __binary_pred);
304 _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred)
306 return __equal_switch(__begin1, __end1, __begin2, __end2, __binary_pred,
130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred, __gnu_parallel::sequential_tag) argument
190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, _InputIterator2 __begin2, _InputIterator2 __end2, _BinaryPredicate __binary_pred) argument
247 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, _BinaryPredicate __binary_pred, __gnu_parallel::sequential_tag) argument
303 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, _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))
/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))
/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)) {

Completed in 535 milliseconds

12345