Searched defs:retainCount (Results 1 – 5 of 5) sorted by relevance
22 - (int)retainCount; method
32 - (NSUInteger)retainCount; method63 - (NSUInteger)retainCount; // expected-note {{method 'retainCount' declared here}} method70 - (NSUInteger)retainCount{ return 0; } // expected-error {{ARC forbids implementation of 'retainCou… method80 - (NSUInteger)retainCount{ return 0; } // expected-error {{ARC forbids implementation of 'retainCou… method in CAT
5 unsigned int retainCount; member
4 - (unsigned)retainCount; method
49 - (id)retainCount; // expected-note {{declaration has been explicitly marked unavailable here}} method67 - (id)retainCount { return self; } // expected-error {{ARC forbids implementation}} method