Searched refs:CopyInitialized (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/common/ |
| H A D | state_trackable.h | 31 CopyInitialized = 0xC0314, enumerator 72 … counters[StateTrackableBase::DirectInitialized] = counters[StateTrackableBase::CopyInitialized] = in reset() 107 … return state == DefaultInitialized || state == DirectInitialized || state == CopyInitialized || in is_valid() 115 StateTrackable( const StateTrackable& src ) noexcept : state(CopyInitialized) { in StateTrackable()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 254 REQUIRE( v[j].state == move_support_tests::Foo::CopyInitialized); in TestResizeAndCopy() 300 REQUIRE( v[i].state==move_support_tests::Foo::CopyInitialized ); in TestCopyAssignment() 717 desired_state = move_support_tests::Foo::CopyInitialized; in operator ()() 959 … {1, grain_map::grow_by_init_list, false, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy() 963 … {1, grain_map::grow_by_copy, true, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy() 964 … {1, grain_map::push_back, true, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy() 998 else if( v[i].state == move_support_tests::Foo::CopyInitialized ) ++copy_inits; in TestConcurrentGrowBy() 1015 …case move_support_tests::Foo::CopyInitialized: { expected_copy_inits += rp.number_of_parts ;} b… in TestConcurrentGrowBy()
|
| H A D | conformance_combinable.cpp | 397 REQUIRE_MESSAGE(copy1.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest() 405 REQUIRE_MESSAGE(copy2.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest()
|
| /oneTBB/test/tbb/ |
| H A D | test_task_arena.cpp | 1249 std::size_t copied = cnts[StateTrackableBase::CopyInitialized]; in check()
|