Searched refs:arena_fixture (Results 1 – 1 of 1) sorted by relevance
191 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_ctor_with_allocator() local192 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()206 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_ctor_with_allocator() local207 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_ctor_with_allocator()213 fixture_type::cpq_type dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in test_per_element_move_ctor_with_allocator()240 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_assign_operator_with_stateful_allocator() local241 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_assign_operator_with_stateful_allocator()243 fixture_type::cpq_type dst(arena_fixture.dst_allocator); in test_steal_move_assign_operator_with_stateful_allocator()257 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_assign_operator() local258 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_assign_operator()[all …]