Searched defs:__count_switch (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dalgo.h895 __count_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
928 __count_switch(_IIter __begin, _IIter __end, const _Tp& __value, function in namespace:__parallel
941 return __count_switch(__begin, __end, __value, _IteratorCategory(),
951 return __count_switch(__begin, __end, __value, _IteratorCategory());
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dalgo.h895 __count_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
928 __count_switch(_IIter __begin, _IIter __end, const _Tp& __value, function in namespace:__parallel
941 return __count_switch(__begin, __end, __value, _IteratorCategory(),
951 return __count_switch(__begin, __end, __value, _IteratorCategory());

Completed in 36 milliseconds