HomeSort by relevance Sort by last modified time
    Searched refs:__for_each_switch (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algorithmfwd.h 223 __for_each_switch(_IIter, _IIter, _Function, _IterTag);
227 __for_each_switch(_RAIter, _RAIter, _Function, random_access_iterator_tag,
algo.h 76 __for_each_switch(_IIter __begin, _IIter __end, _Function __f, function in namespace:__parallel
83 __for_each_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
114 return __for_each_switch(__begin, __end, __f, _IteratorCategory(),
124 return __for_each_switch(__begin, __end, __f, _IteratorCategory());
    [all...]

Completed in 3900 milliseconds