Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp188 using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker>; in test_steal_move_ctor_with_allocator() typedef
189 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_steal_move_ctor_with_allocator()
191 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_ctor_with_allocator()
203 using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker>; in test_per_element_move_ctor_with_allocator() typedef
204 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_per_element_move_ctor_with_allocator()
206 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_ctor_with_allocator()
237 …using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker, /*POCM… in test_steal_move_assign_operator_with_stateful_allocator() typedef
238 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_steal_move_assign_operator_with_stateful_allocator()
240 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_assign_operator_with_stateful_allocator()
255 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_per_element_move_assign_operator()
[all …]
/oneTBB/test/common/
H A Dcontainer_move_support.h376 using arena_fixture_type = ArenaAllocatorFixture<T, POCMA>; member
377 using allocator_type = typename arena_fixture_type::allocator_type;
379 arena_fixture_type source_arena_fixture;
380 arena_fixture_type dst_arena_fixture;