Lines Matching refs:CPQSrcFixture
140 struct CPQSrcFixture { struct
141 CPQSrcFixture& operator=( const CPQSrcFixture& ) = delete;
164 CPQSrcFixture( std::size_t size = default_container_size ) in CPQSrcFixture() argument
165 : CPQSrcFixture(typename cpq_type::allocator_type(), size) {} in CPQSrcFixture()
167 …CPQSrcFixture( const typename cpq_type::allocator_type& a, std::size_t size = default_container_si… in CPQSrcFixture() argument
175 using fixture_type = CPQSrcFixture<>; in test_steal_move_ctor()
189 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_steal_move_ctor_with_allocator()
204 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; in test_per_element_move_ctor_with_allocator()
221 using fixture_type = CPQSrcFixture<>; in test_steal_move_assign_operator()
238 using fixture_type = CPQSrcFixture<arena_fixture_type::allocator_type>; 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()