Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h655 fixture_type fixture; in test_move_ctor_single_argument() local
670 fixture_type fixture; in test_move_ctor_with_equal_allocator() local
684 fixture_type fixture; in test_move_ctor_with_unequal_allocator() local
697 fixture_type fixture; in test_move_assignment_POCMA_true_stateful_allocator() local
716 fixture_type fixture; in test_move_assignment_POCMA_true_stateless_allocator() local
731 fixture_type fixture; in test_move_assignment_POCMA_false_equal_allocator() local
749 fixture_type fixture; in test_move_assignment_POCMA_false_unequal_allocator() local
773 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_memory_failure() local
786 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_element_ctor_failure() local
821 fixture_type fixture; in test_constructor_with_move_iterators() local
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp177 fixture_type fixture; in test_steal_move_ctor() local
178 container_type src_copy{fixture.cpq_src}; in test_steal_move_ctor()
181 container_type dst{std::move(fixture.cpq_src)}; in test_steal_move_ctor()
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()
223 fixture_type fixture; in test_steal_move_assign_operator() local
224 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator()
228 dst = std::move(fixture.cpq_src); 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()
246 dst = std::move(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator()
[all …]
H A Dconformance_concurrent_vector.cpp691 fixture_t fixture; in TestSerialGrowByWithMoveIterators() local
693 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()
694 …dst.grow_by(std::make_move_iterator(fixture.source.begin()), std::make_move_iterator(fixture.sourc… in TestSerialGrowByWithMoveIterators()
696 fixture.verify_content_deep_moved(dst); in TestSerialGrowByWithMoveIterators()
1067 fixture_type fixture; in test_ex_move_assignment_memory_failure() local
1070 const std::size_t allocation_limit = fixture.container_size/4; in test_ex_move_assignment_memory_failure()
1085 fixture.verify_part_of_content_deep_moved(victim, victim.size()); in test_ex_move_assignment_memory_failure()
1097 fixture_type fixture; in test_ex_move_assignment_element_ctor_exception() local
1098 const size_t planned_victim_size = fixture.container_size/4; in test_ex_move_assignment_element_ctor_exception()
1150 struct fixture { struct
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp109 fixture_t fixture; in TestSerialGrowByWithMoveIterators() local
111 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()
112 …dst.grow_by(std::make_move_iterator(fixture.source.begin()), std::make_move_iterator(fixture.sourc… in TestSerialGrowByWithMoveIterators()
114 fixture.verify_content_deep_moved(dst); in TestSerialGrowByWithMoveIterators()