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