Lines Matching refs:CHECK
31 CHECK(tracking_policy::retains == 1); in tests()
32 CHECK(tracking_policy::releases == 0); in tests()
33 CHECK(to.get() == reinterpret_cast<To const*>(&obj)); in tests()
34 CHECK(from.get() == &obj); in tests()
40 CHECK(tracking_policy::retains == 0); in tests()
41 CHECK(tracking_policy::releases == 0); in tests()
42 CHECK(to.get() == reinterpret_cast<To const*>(&obj)); in tests()
43 CHECK(from.get() == nullptr); in tests()
51 CHECK(tracking_policy::retains == 0); in tests()
52 CHECK(tracking_policy::releases == 0); in tests()
53 CHECK(to.get() == nullptr); in tests()
54 CHECK(from.get() == nullptr); in tests()
60 CHECK(tracking_policy::retains == 0); in tests()
61 CHECK(tracking_policy::releases == 0); in tests()
62 CHECK(to.get() == nullptr); in tests()
63 CHECK(from.get() == nullptr); in tests()