Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp148 cpq_type cpq_src; member
159 cpq_src.push(MoveOperationTracker(i)); in init()
168 : cpq_src(a), container_size(size) in CPQSrcFixture()
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()
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()
246 dst = std::move(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator()
[all …]