Searched refs:copy1 (Results 1 – 1 of 1) sorted by relevance
359 oneapi::tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest() local360 …REQUIRE_MESSAGE(7 == copy1.combine(my_combine<T>), "Unexpected combine result for copy-constructed… in RunAssignmentAndCopyConstructorTest()374 move2=std::move(copy1); in RunAssignmentAndCopyConstructorTest()396 oneapi::tbb::combinable< StateTrackable<true> > copy1(create1); in RunMoveSemanticsForStateTrackableObjectTest() local397 REQUIRE_MESSAGE(copy1.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest()416 copy1=std::move(move1); in RunMoveSemanticsForStateTrackableObjectTest()417 …REQUIRE_MESSAGE(copy1.local().state == StateTrackableBase::Unspecified, "Unexpected value in move-… in RunMoveSemanticsForStateTrackableObjectTest()420 copy1.local().state = StateTrackable<true>::MoveAssigned; in RunMoveSemanticsForStateTrackableObjectTest()