Searched defs:TestClassWithConstructor (Results 1 – 1 of 1) sorted by relevance
36 class TestClassWithConstructor class39 TestClassWithConstructor(int i) : m_i(i), m_copyCheck(COPYCHECK_VALUE) in TestClassWithConstructor() function in tcu::__anoneba079130111::TestClassWithConstructor48 …TestClassWithConstructor(const TestClassWithConstructor &other) : m_i(other.m_i), m_copyCheck(othe… in TestClassWithConstructor() function in tcu::__anoneba079130111::TestClassWithConstructor