Home | History | Annotate | Download | only in Framework

Lines Matching refs:id

24     __strong id       *ptrBuffer;
33 @property (assign) id *ptrBuffer;
38 - (id) init;
39 - (id) initWithCapacity:(NSUInteger)numItems;
42 - (BOOL) isEqual:(id)object;
43 - (id) objectForKey:(id)aKey;
44 - (void) setObject:(id)obj forKey:(id)aKey;
45 - (void) removeObjectForKey:(id)aKey;