Home
last modified time | relevance | path

Searched refs:m_str (Results 1 – 2 of 2) 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()
1367 std::string get_str() const { return m_str; } in get_str()
1370 std::string m_str; member in NonTrivialConstructorType
/oneTBB/test/common/
H A Ddoctest.h5100 std::string m_str;
5226 : m_str( str ),
5234 for( std::size_t idx = 0; idx < m_str.size(); ++ idx ) {
5235 uchar c = m_str[idx];
5242 if (idx > 2 && m_str[idx - 1] == ']' && m_str[idx - 2] == ']')
5285 if (idx + encBytes - 1 >= m_str.size()) {
5295 uchar nc = m_str[idx + n];
5316 os << m_str[idx + n];