Searched refs:CPQSrcFixture (Results 1 – 1 of 1) sorted by relevance
140 struct CPQSrcFixture { struct141 CPQSrcFixture& operator=( const CPQSrcFixture& ) = delete;164 CPQSrcFixture( std::size_t size = default_container_size ) in CPQSrcFixture() argument165 : 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() function175 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()[all …]