Home
last modified time | relevance | path

Searched refs:CPQSrcFixture (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp140 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()
167CPQSrcFixture( const typename cpq_type::allocator_type& a, std::size_t size = default_container_si… in CPQSrcFixture() function
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()
[all …]