Searched refs:__adjacent_find_switch (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h51 __adjacent_find_switch(_FIter, _FIter, _IterTag);
55 __adjacent_find_switch(_RAIter, _RAIter, random_access_iterator_tag);
69 __adjacent_find_switch(_FIter, _FIter, _BiPredicate, _IterTag);
73 __adjacent_find_switch(_RAIter, _RAIter, _BiPredicate,
H A Dalgo.h811 __adjacent_find_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
836 __adjacent_find_switch(_FIterator __begin, _FIterator __end, function in namespace:__parallel
847 return __adjacent_find_switch(__begin, __end, _IteratorCategory());
854 __adjacent_find_switch(_FIterator __begin, _FIterator __end, function in namespace:__parallel
862 __adjacent_find_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
882 return __adjacent_find_switch(__begin, __end, __pred,

Completed in 60 milliseconds