Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp401 oneapi::tbb::combinable< StateTrackable<true> > copy2; in RunMoveSemanticsForStateTrackableObjectTest() local
402 REQUIRE_MESSAGE(copy2.local().state == StateTrackable<true>::DefaultInitialized, in RunMoveSemanticsForStateTrackableObjectTest()
404 copy2=create1; in RunMoveSemanticsForStateTrackableObjectTest()
405 REQUIRE_MESSAGE(copy2.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest()