Home | History | Annotate | Download | only in test

Lines Matching refs:a3

91       linked_ptr<A> a3(new A);
92 a0 = a3;
93 ASSERT_TRUE(a0 == a3);
95 ASSERT_TRUE(a0.get() == a3);
96 ASSERT_TRUE(a0 == a3.get());
100 ASSERT_TRUE(a5.get() != a3);
101 ASSERT_TRUE(a5 != a3.get());
110 a3->Use();
147 "A3 ctor\n"
149 "A3 dtor\n"