Searched refs:src_copy (Results 1 – 2 of 2) sorted by relevance
178 container_type src_copy{fixture.cpq_src}; in test_steal_move_ctor() local183 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() local198 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() local216 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() local242 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator() local[all …]
154 tbb::flow::input_node<T> src_copy(src); in test_single_dest() local155 src_copy.activate(); in test_single_dest()157 CHECK_MESSAGE( src_copy.register_successor(dest_c), "" ); in test_single_dest()