Home
last modified time | relevance | path

Searched defs:InvokerStep (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp133 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 ()()