Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1363 NonTrivialConstructorType( int a = 0 ) : m_a( a ), m_str( "" ) {} in NonTrivialConstructorType()
1364 NonTrivialConstructorType( const std::string& str ) : m_a( 0 ), m_str( str ) {} in NonTrivialConstructorType()
1365 NonTrivialConstructorType( int a, const std::string& str ) : m_a( a ), m_str( str ) {} in NonTrivialConstructorType()
1366 int get_a() const { return m_a; } in get_a()
1369 int m_a; member in NonTrivialConstructorType