Lines Matching refs:NSUInteger
12 typedef unsigned long NSUInteger; typedef
16 NSUInteger _used;
17 NSUInteger _doHardRetain:1;
18 NSUInteger _doWeakAccess:1;
20 NSUInteger _size:62;
22 NSUInteger _size:30;
24 NSUInteger _hasObjects:1;
25 NSUInteger _hasStrongReferences:1;
27 NSUInteger _offset:62;
29 NSUInteger _offset:30;
41 + (id)__new:(const id [])objects :(NSUInteger)count :(BOOL)hasObjects :(BOOL)hasStrong :(BOOL)trans… argument