Searched refs:move1 (Results 1 – 1 of 1) sorted by relevance
369 oneapi::tbb::combinable<T> move1(std::move(create1)); in RunAssignmentAndCopyConstructorTest() local370 …REQUIRE_MESSAGE(7 == move1.combine(my_combine<T>), "Unexpected combine result for move-constructed… in RunAssignmentAndCopyConstructorTest()412 oneapi::tbb::combinable< StateTrackable<true> > move1(std::move(create1)); in RunMoveSemanticsForStateTrackableObjectTest() local413 …REQUIRE_MESSAGE(move1.local().state == StateTrackableBase::Unspecified, "Unexpected value in move-… in RunMoveSemanticsForStateTrackableObjectTest()416 copy1=std::move(move1); in RunMoveSemanticsForStateTrackableObjectTest()