Lines Matching refs:CHECK
36 CHECK(tracking_policy::retains == 1); in tests()
37 CHECK(tracking_policy::releases == 0); in tests()
38 CHECK(to.get() == static_cast<To const*>(&obj)); in tests()
39 CHECK(from.get() == &obj); in tests()
45 CHECK(tracking_policy::retains == 0); in tests()
46 CHECK(tracking_policy::releases == 0); in tests()
47 CHECK(to.get() == static_cast<To const*>(&obj)); in tests()
48 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()
65 CHECK(tracking_policy::retains == 0); in tests()
66 CHECK(tracking_policy::releases == 0); in tests()
67 CHECK(to.get() == nullptr); in tests()
68 CHECK(from.get() == nullptr); in tests()