Searched defs:NSUInteger (Results 1 - 3 of 3) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.h25 typedef unsigned int NSUInteger; typedef
40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
/external/clang/test/ARCMT/
H A DCommon.h16 typedef unsigned NSUInteger; typedef
34 - (NSUInteger)retainCount NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h13 typedef unsigned long NSUInteger; typedef
28 typedef NSUInteger NSStringEncoding;
63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
67 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
76 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteger)count;
87 - (NSUInteger)length;
91 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer;
92 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
93 - (id)initWithBytes:(const void *)bytes length:(NSUInteger)le
[all...]

Completed in 382 milliseconds