Home
last modified time | relevance | path

Searched refs:NSUInteger (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/protobuf/objectivec/
DGPBArray.h49 @property(nonatomic, readonly) NSUInteger count;
54 + (instancetype)arrayWithCapacity:(NSUInteger)count;
59 count:(NSUInteger)count;
61 - (instancetype)initWithCapacity:(NSUInteger)count;
63 - (int32_t)valueAtIndex:(NSUInteger)index;
65 - (void)enumerateValuesWithBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
67 usingBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
70 - (void)addValues:(const int32_t [])values count:(NSUInteger)count;
73 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index;
75 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value;
[all …]
DGPBDictionary.h49 @property(nonatomic, readonly) NSUInteger count;
56 count:(NSUInteger)count;
58 + (instancetype)dictionaryWithCapacity:(NSUInteger)numItems;
62 count:(NSUInteger)count NS_DESIGNATED_INITIALIZER;
64 - (instancetype)initWithCapacity:(NSUInteger)numItems;
84 @property(nonatomic, readonly) NSUInteger count;
91 count:(NSUInteger)count;
93 + (instancetype)dictionaryWithCapacity:(NSUInteger)numItems;
97 count:(NSUInteger)count NS_DESIGNATED_INITIALIZER;
99 - (instancetype)initWithCapacity:(NSUInteger)numItems;
[all …]
DGPBArray.m71 //% NSUInteger _count;
72 //% NSUInteger _capacity;
91 //%+ (instancetype)arrayWithCapacity:(NSUInteger)count {
105 //%- (instancetype)initWithValues:(const TYPE [])values count:(NSUInteger)count {
125 //%- (instancetype)initWithCapacity:(NSUInteger)count {
139 //%- (TYPE)valueAtIndex:(NSUInteger)index {
172 //%- (NSUInteger)hash {
179 //% for (NSUInteger i = 0, count = _count; i < count; ++i) {
190 //%- (void)enumerate##ACCESSOR_NAME##ValuesWithBlock:(void (^)(TYPE value, NSUInteger idx, BOOL *st…
195 //% ACCESSOR_NAME$S usingBlock:(void (^)(TYPE value, NSUInteger idx, BOOL *st…
[all …]
/external/antlr/runtime/ObjC/Framework/
DANTLRBitSet.h33 #define BITS (sizeof(NSUInteger) * 8)
34 #define LOG_BITS ((sizeof(NSUInteger)==8)?6:5)
51 + (ANTLRBitSet *) newBitSetWithNBits:(NSUInteger)nbits;
53 + (ANTLRBitSet *) newBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount;
55 + (ANTLRBitSet *) of:(NSUInteger)el;
56 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b;
57 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c;
58 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c And4:(NSUInteger)d;
64 - (ANTLRBitSet *) initWithNBits:(NSUInteger)nbits;
66 - (ANTLRBitSet *) initWithBits:(const unsigned long long const*)theBits Count:(NSUInteger)theCount;
[all …]
DPtrBuffer.h40 NSUInteger BuffSize;
41 NSUInteger count;
42 NSUInteger ptr;
47 @property (getter=getBuffSize, setter=setBuffSize:) NSUInteger BuffSize;
48 @property (getter=getCount, setter=setCount:) NSUInteger count;
49 @property (getter=getPtr, setter=setPtr:) NSUInteger ptr;
57 -(id)initWithLen:(NSUInteger)cnt;
65 - (NSUInteger)count;
66 - (NSUInteger)length;
67 - (NSUInteger)size;
[all …]
DStringStreamState.h35 NSUInteger index;
36 NSUInteger line;
37 NSUInteger charPositionInLine;
44 - (NSUInteger) getIndex;
45 - (void) setIndex: (NSUInteger) anIndex;
47 - (NSUInteger) getLine;
48 - (void) setLine: (NSUInteger) aLine;
50 - (NSUInteger) getCharPositionInLine;
51 - (void) setCharPositionInLine: (NSUInteger) aCharPositionInLine;
54 @property (assign) NSUInteger index;
[all …]
DIntArray.h36 NSUInteger BuffSize;
37 NSUInteger count;
45 + (IntArray *)newArrayWithLen:(NSUInteger)aLen;
48 - (id) initWithLen:(NSUInteger)aLen;
57 - (NSInteger) integerAtIndex:(NSUInteger) index;
58 - (void) insertInteger:(NSInteger)anInteger AtIndex:(NSUInteger) anIndex;
59 - (NSInteger)removeIntegerAtIndex:(NSUInteger) anIndex;
60 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex;
63 - (NSUInteger) count;
64 - (NSUInteger) size;
[all …]
DRecognizerSharedState.h45 NSUInteger tokenStartLine;
46 NSUInteger tokenStartCharPositionInLine;
47 NSUInteger channel;
48 NSUInteger type;
61 @property (getter=type,setter=setType:) NSUInteger type;
62 @property (getter=channel,setter=setChannel:) NSUInteger channel;
63 @property (getter=getTokenStartLine,setter=setTokenStartLine:) NSUInteger tokenStartLine;
64 @property (getter=charPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositi…
79 - (NSUInteger)type;
80 - (void) setType:(NSUInteger) theTokenType;
[all …]
DUnbufferedCommonTreeNodeStream.h55 NSUInteger head;
56 NSUInteger tail;
71 @property (assign, getter=getHead, setter=setHead:) NSUInteger head;
72 @property (assign, getter=getTail, setter=setTail:) NSUInteger tail;
89 - (id) nodeAtIndex:(NSUInteger) idx;
97 - (NSInteger) LA:(NSUInteger) i;
98 - (NSUInteger) mark;
99 - (NSUInteger) getIndex;
100 - (void) rewind:(NSUInteger) marker;
102 - (void) release:(NSUInteger) marker;
[all …]
DCommonToken.h36 NSUInteger line;
37 NSUInteger charPositionInLine;
38 NSUInteger channel;
88 - (NSUInteger) getCharPositionInLine;
89 - (void) setCharPositionInLine:(NSUInteger)aCharPositionInLine;
94 - (NSUInteger) getLine;
95 - (void) setLine:(NSUInteger)aLine;
106 - (NSUInteger)channel;
107 - (void) setChannel:(NSUInteger)aChannel;
133 @property (assign, getter = line, setter = setLine:) NSUInteger line;
[all …]
DToken.h54 @property (assign) NSUInteger line;
55 @property (assign) NSUInteger charPositionInLine;
71 - (NSUInteger)line;
72 - (void) setLine: (NSUInteger) aLine;
74 - (NSUInteger)charPositionInLine;
75 - (void) setCharPositionInLine:(NSUInteger)aCharPositionInLine;
80 - (NSUInteger)channel;
81 - (void) setChannel: (NSUInteger) aChannel;
DFastQueue.h38 NSUInteger p;
39 NSUInteger range;
43 @property (assign) NSUInteger p;
44 @property (assign) NSUInteger range;
55 - (NSUInteger) count;
56 - (NSUInteger) size;
57 - (NSUInteger) range;
DDebugTreeNodeStream.h58 - (NSInteger) LA:(NSUInteger) i;
59 - (NSUInteger) mark;
60 - (NSUInteger) getIndex;
61 - (void) rewind:(NSUInteger) marker;
63 - (void) release:(NSUInteger) marker;
64 - (void) seek:(NSUInteger) index;
65 - (NSUInteger) size;
DANTLRStringStream.h37 NSUInteger line;
38 NSUInteger charPositionInLine;
89 - (NSUInteger) getLine;
90 - (NSUInteger) getCharPositionInLine;
91 - (void) setLine:(NSUInteger) aLine;
92 - (void) setCharPositionInLine:(NSUInteger) pos;
106 @property (assign) NSUInteger line;
107 @property (assign) NSUInteger charPositionInLine;
DANTLRBitSet.m45 + (ANTLRBitSet *) newBitSetWithNBits:(NSUInteger)nbits
55 + (ANTLRBitSet *) newBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount argument
61 + (ANTLRBitSet *) of:(NSUInteger) el argument
68 + (ANTLRBitSet *) of:(NSUInteger) a And2:(NSUInteger) b argument
77 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c argument
79 NSUInteger d = ((a>b)?a:b); argument
88 + (ANTLRBitSet *) of:(NSUInteger)a And2:(NSUInteger)b And3:(NSUInteger)c And4:(NSUInteger)d
90 NSUInteger e = ((a>b)?a:b); argument
91 NSUInteger f = ((c>d)?c:d);
123 - (ANTLRBitSet *) initWithNBits:(NSUInteger)nbits
[all …]
DBaseTree.h41 - (id<BaseTree>) getChild:(NSUInteger)i;
45 - (NSUInteger) getChildCount;
87 - (NSUInteger)line;
88 - (NSUInteger)charPositionInLine;
116 - (id<BaseTree>) getChild:(NSUInteger)i;
120 - (NSUInteger) getChildCount;
130 - (void) setChild:(NSUInteger) i With:(id<BaseTree>)t;
131 - (id) deleteChild:(NSUInteger) idx;
164 - (NSUInteger)line;
165 - (NSUInteger)charPositionInLine;
[all …]
DIntArray.m48 + (IntArray *)newArrayWithLen:(NSUInteger)aLen
60 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; argument
67 - (id)initWithLen:(NSUInteger)aLen
74 buffer = [[NSMutableData dataWithLength:(NSUInteger)BuffSize * sizeof(id)] retain]; argument
103 - (NSUInteger)count
109 - (NSUInteger)size
138 - (NSInteger)integerAtIndex:(NSUInteger) anIndex
149 - (void)insertInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex argument
155 - (NSInteger)removeIntegerAtIndex:(NSUInteger) anIndex argument
167 - (void)replaceInteger:(NSInteger)aValue AtIndex:(NSUInteger)anIndex argument
[all …]
/external/clang/test/Analysis/Inputs/
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 …SFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state object…
76 …NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInteger)count;
87 - (NSUInteger)length;
91 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)f…
92 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
93 - (id)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding;
94 - (id)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding …
[all …]
/external/clang/test/SemaObjC/
Dsign-conversion.m4 typedef unsigned int NSUInteger; typedef
8 - (NSUInteger)hash;
12 @property NSUInteger uint;
17 - (NSUInteger)count;
18 - (id)objectAtIndex:(NSUInteger)index; argument
19 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
26 …tUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
27 ….uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
35 …ay[si]).hash; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
37 …y[si]) hash]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
[all …]
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m.result15 typedef unsigned long NSUInteger;
30 typedef NS_ENUM(NSUInteger, UITableViewCellStyle) {
58 typedef NS_OPTIONS(NSUInteger, UI) {
90 typedef NS_OPTIONS(NSUInteger, UITableStyle) {
98 typedef NS_OPTIONS(NSUInteger, UIStyle) {
103 typedef NS_ENUM(NSUInteger, NSBitmapImageFileType) {
112 typedef NS_ENUM(NSUInteger, NSAlertStyle) {
126 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED;
137 typedef NS_OPTIONS(NSUInteger, NSFOptions) {
222 typedef NSUInteger FarFarAwayOptions;
[all …]
Dobjcmt-ns-macros.m15 typedef unsigned long NSUInteger; typedef
37 typedef NSUInteger UITableViewCellStyle;
114 typedef NSUInteger NSBitmapImageFileType;
121 typedef NSUInteger NSAlertStyle;
131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED;
157 typedef NSUInteger NSFOptions;
229 typedef NSUInteger FarFarAwayOptions;
232 typedef NSUInteger FarAwayOptions;
248 typedef NSUInteger NSWorkspaceLaunchOptions;
254 typedef NSUInteger NSExcludeOptions;
[all …]
Dobjcmt-instancetype-2.m6 typedef unsigned int NSUInteger; typedef
21 + (id)stringWithCString:(const char *)bytes length:(NSUInteger)length __attribute__((availability(m…
43 + (id)stringWithCapacity:(NSUInteger)capacity; argument
47 + (id)dataWithCapacity:(NSUInteger)aNumItems; argument
48 + (id)dataWithLength:(NSUInteger)length; argument
74 …r:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInt… argument
Dobjcmt-instancetype-2.m.result6 typedef unsigned int NSUInteger;
21 + (id)stringWithCString:(const char *)bytes length:(NSUInteger)length __attribute__((availability(m…
43 + (instancetype)stringWithCapacity:(NSUInteger)capacity;
47 + (instancetype)dataWithCapacity:(NSUInteger)aNumItems;
48 + (instancetype)dataWithLength:(NSUInteger)length;
74 …r:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInt…
/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm12 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;
[all …]
/external/clang/test/Analysis/
Dtest-objc-non-nil-return-value-checker.m3 typedef unsigned int NSUInteger; typedef
23 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
27 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
33 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
38 void assumeThatNSArrayObjectAtIndexIsNeverNull(NSArray *A, NSUInteger i) {
44 void assumeThatNSMutableArrayObjectAtIndexIsNeverNull(NSMutableArray *A, NSUInteger i) {
48 void assumeThatNSArrayObjectAtIndexedSubscriptIsNeverNull(NSOrderedSet *A, NSUInteger i) {

1234567891011