Lines Matching refs:retain_count
37 test_policy::retain_count = 0; in tests()
39 CHECK(test_policy::retain_count == 1); in tests()
43 CHECK(test_policy::retain_count == 1); in tests()
48 test_policy::retain_count = 0; in tests()
50 CHECK(test_policy::retain_count == 1); in tests()
54 CHECK(test_policy::retain_count == 1); in tests()
59 test_policy::retain_count = 0; in tests()
61 CHECK(test_policy::retain_count == 1); in tests()
65 CHECK(test_policy::retain_count == 1); in tests()
72 test_policy::retain_count = 3; in tests()
75 CHECK(test_policy::retain_count == 3); in tests()