Searched defs:for_each (Results 1 – 5 of 5) 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/rust/crates/tracing/tracing-core/src/ |
D | callsite.rs | 470 fn for_each(&self, mut f: impl FnMut(&'static dyn Callsite)) { in for_each() method 565 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each() method 607 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each() method
|
/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
|