Home | History | Annotate | Download | only in Headers

Lines Matching refs:id

43     id *ptrBuffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
57 -(id)init;
58 -(id)initWithLen:(NSInteger)cnt;
62 - (id) copyWithZone:(NSZone *)aZone;
74 - (id *)getPtrBuffer;
75 - (void)setPtrBuffer:(id *)np;
79 - (void) push:(id) v;
80 - (id) pop;
81 - (id) peek;
83 - (void) addObject:(id) v;
85 - (void) insertObject:(id)aRule atIndex:(NSInteger)idx;
86 - (id) objectAtIndex:(NSInteger)idx;