Searched refs:NonTrivialConstructorType (Results 1 – 1 of 1) sorted by relevance
1361 class NonTrivialConstructorType { class1363 NonTrivialConstructorType( int a = 0 ) : m_a( a ), m_str( "" ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType1364 NonTrivialConstructorType( const std::string& str ) : m_a( 0 ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType1365 NonTrivialConstructorType( int a, const std::string& str ) : m_a( a ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType1397 NonTrivialConstructorType popped( -1 ); in TestEmplaceInQueue()1407 NonTrivialConstructorType popped( -1 ); in TestEmplaceInQueue()1418 NonTrivialConstructorType popped( -1, "" ); in TestEmplaceInQueue()1427 TestEmplaceInQueue<ConcQWithSizeWrapper<NonTrivialConstructorType>, emplace_op>(); in TestEmplace()1428 …TestEmplaceInQueue<oneapi::tbb::concurrent_bounded_queue<NonTrivialConstructorType>, emplace_op>(); in TestEmplace()1429 …TestEmplaceInQueue<oneapi::tbb::concurrent_bounded_queue<NonTrivialConstructorType>, try_emplace_o… in TestEmplace()