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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 25 typedef unsigned int NSUInteger;
40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
  /external/clang/test/ARCMT/
Common.h 16 typedef unsigned NSUInteger;
34 - (NSUInteger)retainCount NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 13 typedef unsigned long NSUInteger;
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;
73 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteger)count;
84 - (NSUInteger)length;
88 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer;
89 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
90 - (id)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding
    [all...]

Completed in 163 milliseconds