Searched defs:for_each (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Parallel.h | 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() function 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() function
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | algorithm.hpp | 103 for_each(F &&f, Rs &&... rs) { in for_each() function
|
/third_party/rust/crates/either/src/ |
D | lib.rs | 956 fn for_each<F>(self, f: F) in for_each() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 42977 for_each(_InputIterator __first, _InputIterator __last, _Function __f) in for_each() function
|