Searched refs:TestBodyWithMove (Results 1 – 1 of 1) sorted by relevance
119 template<class Body, class Iterator> friend void TestBodyWithMove(size_t);192 void TestBodyWithMove(size_t depth) { in TestBodyWithMove() function199 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()