Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h383 allocator_type& dst_allocator; member
389 dst_allocator(dst_arena_fixture.allocator) in TwoMemoryArenasFixture()
393 …REQUIRE_MESSAGE(source_allocator != dst_allocator, "arenas using difference memory regions should … in TwoMemoryArenasFixture()
399 allocator_type dst_allocator_copy(dst_allocator); in TwoMemoryArenasFixture()
414 REQUIRE_MESSAGE(result_allocator != dst_allocator, "allocator_was_not_moved"); in verify_allocator_was_moved()
686 typename container_type::allocator_type alloc(fixture.dst_allocator); in test_move_ctor_with_unequal_allocator()
699 container_type dst(fixture.dst_allocator); in test_move_assignment_POCMA_true_stateful_allocator()
751 container_type dst(fixture.dst_allocator); in test_move_assignment_POCMA_false_unequal_allocator()
778 …REQUIRE_THROW_EXCEPTION(container_type dst(std::move(fixture.source), fixture.dst_allocator), std:… in test_ex_move_ctor_unequal_allocator_memory_failure()
790 …REQUIRE_THROW_EXCEPTION(container_type dst(std::move(fixture.source), fixture.dst_allocator), FooE… in test_ex_move_ctor_unequal_allocator_element_ctor_failure()
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp213 fixture_type::cpq_type dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in test_per_element_move_ctor_with_allocator()
243 fixture_type::cpq_type dst(arena_fixture.dst_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
260 fixture_type::cpq_type dst(arena_fixture.dst_allocator); in test_per_element_move_assign_operator()
H A Dconformance_concurrent_vector.cpp693 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp111 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()