Searched refs:t_empty (Results 1 – 1 of 1) sorted by relevance
62 t_empty; in global() local72 CPPUNIT_ASSERT_MESSAGE("ctor1", ! t_empty.is()); in global()90 CPPUNIT_ASSERT_MESSAGE("bool1", ! t_empty); in global()104 t_empty = hp; in global()105 CPPUNIT_ASSERT_MESSAGE("assign1", t_empty.is() ); in global()108 t1 = t_empty.release(); in global()117 t_empty.reset(hp); in global()119 CPPUNIT_ASSERT_MESSAGE("reset2", t_empty.is() ); in global()123 t_empty = hp; in global()128 t_empty.reset(0); in global()[all …]
Completed in 7 milliseconds