Lines Matching refs:CHECK
27 CHECK(tracking_policy::retains == 1); in tests()
28 CHECK(tracking_policy::releases == 0); in tests()
29 CHECK(to.get() == const_cast<To*>(&obj)); in tests()
30 CHECK(from.get() == &obj); in tests()
36 CHECK(tracking_policy::retains == 0); in tests()
37 CHECK(tracking_policy::releases == 0); in tests()
38 CHECK(to.get() == const_cast<To*>(&obj)); in tests()
39 CHECK(from.get() == nullptr); in tests()
47 CHECK(tracking_policy::retains == 0); in tests()
48 CHECK(tracking_policy::releases == 0); in tests()
49 CHECK(to.get() == nullptr); in tests()
50 CHECK(from.get() == nullptr); in tests()
56 CHECK(tracking_policy::retains == 0); in tests()
57 CHECK(tracking_policy::releases == 0); in tests()
58 CHECK(to.get() == nullptr); in tests()
59 CHECK(from.get() == nullptr); in tests()