Home
last modified time | relevance | path

Searched refs:TestBody (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dparallel_for_each_common.h117 template<class Body, class Iterator> friend void TestBody(size_t);
180 void TestBody(size_t depth) { in TestBody() function
193 TestBody<Body, Iterator>(depth); in TestBodyWithMove()
209 TestBody<TaskGeneratorBody_ConstVolatileRefVersion, Iterator>(depth); in TestIterator_Const()
276 TestBody<FakeTaskGeneratorBody_RefVersion, Iterator>(depth); in TestIterator_Modifiable()
277 TestBody<FakeTaskGeneratorBody_VolatileRefVersion, Iterator>(depth); in TestIterator_Modifiable()
278 TestBody<TaskGeneratorBody_RefVersion, Iterator>(depth); in TestIterator_Modifiable()
279 TestBody<TaskGeneratorBody_VolatileRefVersion, Iterator>(depth); in TestIterator_Modifiable()
/oneTBB/test/tbb/
H A Dtest_parallel_for_each.cpp191 TestBody<FakeTaskGeneratorBody_RvalueRefVersion, Iterator>(depth);
192 TestBody<TaskGeneratorBody_RvalueRefVersion, Iterator>(depth);