Home | History | Annotate | Download | only in memory

Lines Matching refs:a3

47       linked_ptr<A> a3(new A);
48 a0 = a3;
49 ASSERT_TRUE(a0 == a3);
51 ASSERT_TRUE(a0.get() == a3);
52 ASSERT_TRUE(a0 == a3.get());
56 ASSERT_TRUE(a5.get() != a3);
57 ASSERT_TRUE(a5 != a3.get());
66 a3->Use();
103 "A3 ctor\n"
105 "A3 dtor\n"