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

  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 6 typedef unsigned long NSUInteger;
10 NSUInteger location;
11 NSUInteger length;
  /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;
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)len encoding:(NSStringEncoding)encoding
    [all...]
  /external/google-breakpad/src/common/mac/
GTMDefines.h 236 // NSInteger/NSUInteger and Max/Mins
240 typedef unsigned long NSUInteger;
243 typedef unsigned int NSUInteger;

Completed in 326 milliseconds