Searched refs:m_copyCheck (Results 1 – 1 of 1) sorted by relevance
41 , m_copyCheck (COPYCHECK_VALUE) in TestClassWithConstructor()47 DE_TEST_ASSERT(m_copyCheck == COPYCHECK_VALUE); in ~TestClassWithConstructor()52 , m_copyCheck (other.m_copyCheck) in TestClassWithConstructor()58 TCU_CHECK(m_copyCheck == COPYCHECK_VALUE); in operator =()64 m_copyCheck = other.m_copyCheck; in operator =()66 TCU_CHECK(m_copyCheck == COPYCHECK_VALUE); in operator =()73 TCU_CHECK(m_copyCheck == COPYCHECK_VALUE); in getValue()80 int m_copyCheck; member in tcu::__anon4e47f5a60111::TestClassWithConstructor