Home
last modified time | relevance | path

Searched defs:NonTrivialConstructorType (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1361 class NonTrivialConstructorType { class
1363 NonTrivialConstructorType( int a = 0 ) : m_a( a ), m_str( "" ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType
1364 NonTrivialConstructorType( const std::string& str ) : m_a( 0 ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType
1365 NonTrivialConstructorType( int a, const std::string& str ) : m_a( a ), m_str( str ) {} in NonTrivialConstructorType() function in NonTrivialConstructorType