Lines Matching refs:id
18 __strong id *ptrBuffer;
21 + (id) newArray;
22 + (id) arrayWithCapacity:(NSInteger)size;
24 - (id) init;
25 - (id) initWithCapacity:(NSInteger)size;
26 - (id) copyWithZone:(NSZone *)aZone;
28 - (void) addObject:(id)anObject;
30 - (id) objectAtIndex:(NSInteger)anIdx;
31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj;
38 //- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
48 @property (assign) id *ptrBuffer;