Searched refs:adjacent_find (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/
H A Dpod.cc33 template iterator_type adjacent_find(iterator_type, iterator_type);
H A D2.cc33 template iterator_type adjacent_find(iterator_type, iterator_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/adjacent_find/
H A D1.cc18 // 25.1.5 [lib.alg.adjacent_find]
26 using std::adjacent_find;
35 VERIFY(adjacent_find(con.begin(), con.end()).ptr == array);
42 VERIFY(adjacent_find(con.begin(), con.end()).ptr == array + 1);
49 VERIFY(adjacent_find(con.begin(), con.end()).ptr == array);
56 VERIFY(adjacent_find(con.begin(), con.end()).ptr == array + 10);
H A Dvectorbool.cc18 // 25.1.5 [lib.alg.adjacent_find]
36 VERIFY( std::adjacent_find(v.begin(), v.end()) == v.begin() + 3 );
37 VERIFY( std::adjacent_find(v.begin(), v.end() - 1) == v.end() - 1 );
H A Dcheck_type.cc18 // 25.1.5 [lib.alg.adjacent_find]
37 { return std::adjacent_find(s, s); }
41 { return std::adjacent_find(x, x, predicate); }
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h41 using __STD::adjacent_find;
H A Dstl_algo.h202 // adjacent_find.
205 _ForwardIter adjacent_find(_ForwardIter __first, _ForwardIter __last) { function
218 _ForwardIter adjacent_find(_ForwardIter __first, _ForwardIter __last, function
643 __first = adjacent_find(__first, __last);
650 __first = adjacent_find(__first, __last, __binary_pred);
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dfind_selectors.h110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1,
H A Dalgorithmfwd.h43 adjacent_find(_FIter, _FIter);
47 adjacent_find(_FIter, _FIter, __gnu_parallel::sequential_tag);
60 adjacent_find(_FIter, _FIter, _BiPredicate);
64 adjacent_find(_FIter, _FIter, _BiPredicate,
H A Dalgo.h796 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
798 { return _GLIBCXX_STD_A::adjacent_find(__begin, __end); }
803 adjacent_find(_FIterator __begin, _FIterator __end, function in namespace:__parallel
806 { return _GLIBCXX_STD_A::adjacent_find(__begin, __end, __binary_pred); }
830 return adjacent_find(__begin, __end, __gnu_parallel::sequential_tag());
838 { return adjacent_find(__begin, __end, __gnu_parallel::sequential_tag()); }
843 adjacent_find(_FIterator __begin, _FIterator __end) function in namespace:__parallel
856 { return adjacent_find(__begin, __end, __pred,
870 return adjacent_find(__begin, __end, __pred,
877 adjacent_find(_FIterato function in namespace:__parallel
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc81 adjacent_find(_FIter, _FIter);
85 adjacent_find(_FIter, _FIter, _BinaryPredicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h47 adjacent_find
191 // adjacent_find
616 adjacent_find(_FIter, _FIter);
620 adjacent_find(_FIter, _FIter, _BinaryPredicate);
H A Dstl_algo.h197 // adjacent_find
3909 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) function
3934 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 115 milliseconds