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