Searched defs:for_each (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp183 /// Similar to std::for_each, but it accepts functions of an
188 for_each(F op, It0 it0, It0 end0, Its... its) { function in namespace:clover
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp183 /// Similar to std::for_each, but it accepts functions of an
188 for_each(F op, It0 it0, It0 end0, Its... its) { function in namespace:clover
/external/stlport/stlport/stl/
H A D_algo.h56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function

Completed in 767 milliseconds