Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp178 container_type src_copy{fixture.cpq_src}; in test_steal_move_ctor() local
183 REQUIRE_MESSAGE(dst == src_copy, "cpq content changed during steal move"); in test_steal_move_ctor()
184 REQUIRE_MESSAGE(!(dst != src_copy), "cpq content changed during steal move"); in test_steal_move_ctor()
193 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_ctor_with_allocator() local
198 REQUIRE_MESSAGE(dst == src_copy, "cpq content changed during steal move"); 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() local
216 REQUIRE_MESSAGE(dst == src_copy, "cpq content changed during move"); in test_per_element_move_ctor_with_allocator()
217 REQUIRE_MESSAGE(!(dst != src_copy), "cpq content changed during move"); in test_per_element_move_ctor_with_allocator()
224 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator() local
242 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator() local
[all …]
/oneTBB/test/tbb/
H A Dtest_input_node.cpp154 tbb::flow::input_node<T> src_copy(src); in test_single_dest() local
155 src_copy.activate(); in test_single_dest()
157 CHECK_MESSAGE( src_copy.register_successor(dest_c), "" ); in test_single_dest()