Searched refs:arena_fixture_type (Results 1 – 2 of 2) sorted by relevance
188 using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker>; in test_steal_move_ctor_with_allocator() typedef189 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() typedef204 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() typedef238 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 …]
376 using arena_fixture_type = ArenaAllocatorFixture<T, POCMA>; member377 using allocator_type = typename arena_fixture_type::allocator_type;379 arena_fixture_type source_arena_fixture;380 arena_fixture_type dst_arena_fixture;