Lines Matching refs:CHECK
41 CHECK(tracking_policy::releases == 1); in tests()
42 CHECK(tracking_policy::retains == 0); in tests()
43 CHECK(&ref == &to); in tests()
44 CHECK(from.get() == nullptr); in tests()
45 CHECK(to.get() == &obj1); in tests()
54 CHECK(tracking_policy::releases == 0); in tests()
55 CHECK(tracking_policy::retains == 0); in tests()
56 CHECK(&ref == &to); in tests()
57 CHECK(from.get() == nullptr); in tests()
58 CHECK(to.get() == &obj1); in tests()
67 CHECK(tracking_policy::releases == 1); in tests()
68 CHECK(tracking_policy::retains == 0); in tests()
69 CHECK(&ref == &to); in tests()
70 CHECK(from.get() == nullptr); in tests()
71 CHECK(to.get() == nullptr); in tests()
80 CHECK(tracking_policy::releases == 0); in tests()
81 CHECK(tracking_policy::retains == 0); in tests()
82 CHECK(&ref == &to); in tests()
83 CHECK(from.get() == nullptr); in tests()
84 CHECK(to.get() == nullptr); in tests()