Home | History | Annotate | Download | only in test

Lines Matching refs:a3

90       linked_ptr<A> a3(new A);
91 a0 = a3;
92 ASSERT_TRUE(a0 == a3);
94 ASSERT_TRUE(a0.get() == a3);
95 ASSERT_TRUE(a0 == a3.get());
99 ASSERT_TRUE(a5.get() != a3);
100 ASSERT_TRUE(a5 != a3.get());
109 a3->Use();
146 "A3 ctor\n"
148 "A3 dtor\n"