Searched defs:InvokerStep (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for.cpp | 133 struct InvokerStep<parallel_tag, empty_partitioner_tag, T, Body> { struct 143 struct InvokerStep<parallel_tag, Partitioner, T, Body> { struct 144 void operator()( const T& first, const T& last, const Body& f, Partitioner& p ) { in operator ()() 147 void operator()( const T& first, const T& last, const T& step, const Body& f, Partitioner& p ) { in operator ()()
|