Lines Matching refs:id
44 __strong id *ptrBuffer;
51 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
56 -(id)init;
57 -(id)initWithLen:(NSUInteger)cnt;
61 - (id) copyWithZone:(NSZone *)aZone;
73 - (id *)getPtrBuffer;
74 - (void)setPtrBuffer:(id *)np;
78 - (void) push:(id) v;
79 - (id) pop;
80 - (id) peek;
82 - (void) addObject:(id) v;
84 - (void) insertObject:(id)aRule atIndex:(NSUInteger)idx;
85 - (id) objectAtIndex:(NSUInteger)idx;