Lines Matching refs:CHECK
29 CHECK(tracking_policy::retains == 0); in tests()
30 CHECK(tracking_policy::releases == 0); in tests()
31 CHECK(a.get() == b_raw); in tests()
32 CHECK(b.get() == a_raw); in tests()
44 CHECK(tracking_policy::retains == 0); in tests()
45 CHECK(tracking_policy::releases == 0); in tests()
46 CHECK(a.get() == nullptr); in tests()
47 CHECK(b.get() == a_raw); in tests()
59 CHECK(tracking_policy::retains == 0); in tests()
60 CHECK(tracking_policy::releases == 0); in tests()
61 CHECK(a.get() == b_raw); in tests()
62 CHECK(b.get() == nullptr); in tests()
73 CHECK(tracking_policy::retains == 0); in tests()
74 CHECK(tracking_policy::releases == 0); in tests()
75 CHECK(a.get() == nullptr); in tests()
76 CHECK(b.get() == nullptr); in tests()
87 CHECK(tracking_policy::retains == 0); in tests()
88 CHECK(tracking_policy::releases == 0); in tests()
89 CHECK(a.get() == a_raw); in tests()