Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h655 fixture_type fixture; in test_move_ctor_single_argument()
670 fixture_type fixture; in test_move_ctor_with_equal_allocator()
684 fixture_type fixture; in test_move_ctor_with_unequal_allocator()
697 fixture_type fixture; in test_move_assignment_POCMA_true_stateful_allocator()
716 fixture_type fixture; in test_move_assignment_POCMA_true_stateless_allocator()
731 fixture_type fixture; in test_move_assignment_POCMA_false_equal_allocator()
749 fixture_type fixture; in test_move_assignment_POCMA_false_unequal_allocator()
773 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_memory_failure()
786 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_element_ctor_failure()
821 fixture_type fixture; in test_constructor_with_move_iterators()
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp175 using fixture_type = CPQSrcFixture<>; in test_steal_move_ctor() typedef
177 fixture_type fixture; in test_steal_move_ctor()
192 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()
193 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_ctor_with_allocator()
208 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_per_element_move_ctor_with_allocator()
221 using fixture_type = CPQSrcFixture<>; in test_steal_move_assign_operator() typedef
223 fixture_type fixture; in test_steal_move_assign_operator()
224 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator()
226 fixture_type::cpq_type dst; in test_steal_move_assign_operator()
242 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator()
[all …]
H A Dconformance_concurrent_vector.cpp1062 …using fixture_type = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type, /*POCMA = */s… in test_ex_move_assignment_memory_failure() typedef
1064 using allocator_type = fixture_type::allocator_type; in test_ex_move_assignment_memory_failure()
1065 using vector_type = fixture_type::container_type; in test_ex_move_assignment_memory_failure()
1067 fixture_type fixture; in test_ex_move_assignment_memory_failure()
1093 …using fixture_type = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type, std::false_ty… in test_ex_move_assignment_element_ctor_exception() typedef
1095 using vector_type = fixture_type::container_type; in test_ex_move_assignment_element_ctor_exception()
1097 fixture_type fixture; in test_ex_move_assignment_element_ctor_exception()