Searched defs:retainCount (Results 1 – 5 of 5) sorted by relevance
22 - (int)retainCount; method
33 - (NSUInteger)retainCount; method62 - (NSUInteger)retainCount; // expected-note {{method 'retainCount' declared here}} method69 - (NSUInteger)retainCount{ return 0; } // expected-error {{ARC forbids implementation of 'retainCou… method79 - (NSUInteger)retainCount{ return 0; } // expected-error {{ARC forbids implementation of 'retainCou… method in CAT
5 unsigned int retainCount; member
4 - (unsigned)retainCount; method
66 - (id)retainCount { return self; } // expected-error {{ARC forbids implementation}} method