Searched refs:mbegin (Results 1 – 1 of 1) sorted by relevance
172 MoveIterator mbegin(Iterator{a_depths}); in TestBodyMove()175 tbb::parallel_for_each(mbegin, mend, body); in TestBodyMove()233 MoveIterator mbegin = std::make_move_iterator(begin); in TestGenericLambdaMove() local236 tbb::parallel_for_each(mbegin, mend, body); in TestGenericLambdaMove()