Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp359 oneapi::tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest() local
360 …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() local
397 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()