Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h652 using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits>::type; in test_move_ctor_single_argument() local
667 using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits>::type; in test_move_ctor_with_equal_allocator() local
681 using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits>::type; in test_move_ctor_with_unequal_allocator() local
694 …using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits, /*POCMA = */std::true_… in test_move_assignment_POCMA_true_stateful_allocator() local
713 using fixture_type = MoveFixture<ContainerTraits, allocator_type>; in test_move_assignment_POCMA_true_stateless_allocator() local
728 …using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits, /*POCMA = */std::false… in test_move_assignment_POCMA_false_equal_allocator() local
746 …using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits, /*POCMA = */std::false… in test_move_assignment_POCMA_false_unequal_allocator() local
769 using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits>::type; in test_ex_move_ctor_unequal_allocator_memory_failure() local
783 using fixture_type = typename DefaultStatefulFixtureHelper<ContainerTraits>::type; in test_ex_move_ctor_unequal_allocator_element_ctor_failure() local
818 …using fixture_type = typename move_support_tests::DefaultStatefulFixtureHelper<container_traits>::… in test_constructor_with_move_iterators() local
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp175 using fixture_type = CPQSrcFixture<>; in test_steal_move_ctor() typedef
189 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_steal_move_ctor_with_allocator() typedef
204 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_per_element_move_ctor_with_allocator() typedef
221 using fixture_type = CPQSrcFixture<>; in test_steal_move_assign_operator() typedef
238 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_steal_move_assign_operator_with_stateful_allocator() typedef
255 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_per_element_move_assign_operator() typedef
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
1093 …using fixture_type = move_support_tests::DefaultStatefulFixtureHelper<c_vector_type, std::false_ty… in test_ex_move_assignment_element_ctor_exception() typedef