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

/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h150 __find_switch(_IIter, _IIter, const _Tp&, _IterTag);
154 __find_switch(_RAIter, _RAIter, const _Tp&, random_access_iterator_tag);
H A Dalgo.h137 __find_switch(_IIter __begin, _IIter __end, const _Tp& __val, function in namespace:__parallel
144 __find_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
171 return __find_switch(__begin, __end, __val, _IteratorCategory());

Completed in 55 milliseconds