Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dparallel_for_each_common.h172 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() local
236 tbb::parallel_for_each(mbegin, mend, body); in TestGenericLambdaMove()