Searched refs:fixture (Results 1 – 4 of 4) sorted by relevance
655 fixture_type fixture; in test_move_ctor_single_argument() local670 fixture_type fixture; in test_move_ctor_with_equal_allocator() local684 fixture_type fixture; in test_move_ctor_with_unequal_allocator() local697 fixture_type fixture; in test_move_assignment_POCMA_true_stateful_allocator() local716 fixture_type fixture; in test_move_assignment_POCMA_true_stateless_allocator() local731 fixture_type fixture; in test_move_assignment_POCMA_false_equal_allocator() local749 fixture_type fixture; in test_move_assignment_POCMA_false_unequal_allocator() local773 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_memory_failure() local786 fixture_type fixture; in test_ex_move_ctor_unequal_allocator_element_ctor_failure() local821 fixture_type fixture; in test_constructor_with_move_iterators() local[all …]
177 fixture_type fixture; in test_steal_move_ctor() local178 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()223 fixture_type fixture; in test_steal_move_assign_operator() local224 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()242 fixture_type::cpq_type src_copy(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator()246 dst = std::move(fixture.cpq_src); in test_steal_move_assign_operator_with_stateful_allocator()[all …]
691 fixture_t fixture; in TestSerialGrowByWithMoveIterators() local693 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()694 …dst.grow_by(std::make_move_iterator(fixture.source.begin()), std::make_move_iterator(fixture.sourc… in TestSerialGrowByWithMoveIterators()696 fixture.verify_content_deep_moved(dst); in TestSerialGrowByWithMoveIterators()1067 fixture_type fixture; in test_ex_move_assignment_memory_failure() local1070 const std::size_t allocation_limit = fixture.container_size/4; in test_ex_move_assignment_memory_failure()1085 fixture.verify_part_of_content_deep_moved(victim, victim.size()); in test_ex_move_assignment_memory_failure()1097 fixture_type fixture; in test_ex_move_assignment_element_ctor_exception() local1098 const size_t planned_victim_size = fixture.container_size/4; in test_ex_move_assignment_element_ctor_exception()1150 struct fixture { struct[all …]
109 fixture_t fixture; in TestSerialGrowByWithMoveIterators() local111 vector_t dst(fixture.dst_allocator); in TestSerialGrowByWithMoveIterators()112 …dst.grow_by(std::make_move_iterator(fixture.source.begin()), std::make_move_iterator(fixture.sourc… in TestSerialGrowByWithMoveIterators()114 fixture.verify_content_deep_moved(dst); in TestSerialGrowByWithMoveIterators()