Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dparallel_for_each_common.h119 template<class Body, class Iterator> friend void TestBodyWithMove(size_t);
192 void TestBodyWithMove(size_t depth) { in TestBodyWithMove() function
199 TestBodyWithMove<FakeTaskGeneratorBody, Iterator>(depth); in TestIterator_Common()
200 TestBodyWithMove<FakeTaskGeneratorBody_ConstRefVersion, Iterator>(depth); in TestIterator_Common()
201 TestBodyWithMove<TaskGeneratorBody, Iterator>(depth); in TestIterator_Common()
202 TestBodyWithMove<TaskGeneratorBody_ConstVersion, Iterator>(depth); in TestIterator_Common()
203 TestBodyWithMove<TaskGeneratorBody_ConstRefVersion, Iterator>(depth); in TestIterator_Common()