Lines Matching refs:NSUInteger
49 @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;
77 - (void)removeValueAtIndex:(NSUInteger)index;
80 - (void)exchangeValueAtIndex:(NSUInteger)idx1
81 withValueAtIndex:(NSUInteger)idx2;
89 @property(nonatomic, readonly) NSUInteger count;
94 + (instancetype)arrayWithCapacity:(NSUInteger)count;
99 count:(NSUInteger)count;
101 - (instancetype)initWithCapacity:(NSUInteger)count;
103 - (uint32_t)valueAtIndex:(NSUInteger)index;
105 - (void)enumerateValuesWithBlock:(void (^)(uint32_t value, NSUInteger idx, BOOL *stop))block;
107 usingBlock:(void (^)(uint32_t value, NSUInteger idx, BOOL *stop))block;
110 - (void)addValues:(const uint32_t [])values count:(NSUInteger)count;
113 - (void)insertValue:(uint32_t)value atIndex:(NSUInteger)index;
115 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint32_t)value;
117 - (void)removeValueAtIndex:(NSUInteger)index;
120 - (void)exchangeValueAtIndex:(NSUInteger)idx1
121 withValueAtIndex:(NSUInteger)idx2;
129 @property(nonatomic, readonly) NSUInteger count;
134 + (instancetype)arrayWithCapacity:(NSUInteger)count;
139 count:(NSUInteger)count;
141 - (instancetype)initWithCapacity:(NSUInteger)count;
143 - (int64_t)valueAtIndex:(NSUInteger)index;
145 - (void)enumerateValuesWithBlock:(void (^)(int64_t value, NSUInteger idx, BOOL *stop))block;
147 usingBlock:(void (^)(int64_t value, NSUInteger idx, BOOL *stop))block;
150 - (void)addValues:(const int64_t [])values count:(NSUInteger)count;
153 - (void)insertValue:(int64_t)value atIndex:(NSUInteger)index;
155 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int64_t)value;
157 - (void)removeValueAtIndex:(NSUInteger)index;
160 - (void)exchangeValueAtIndex:(NSUInteger)idx1
161 withValueAtIndex:(NSUInteger)idx2;
169 @property(nonatomic, readonly) NSUInteger count;
174 + (instancetype)arrayWithCapacity:(NSUInteger)count;
179 count:(NSUInteger)count;
181 - (instancetype)initWithCapacity:(NSUInteger)count;
183 - (uint64_t)valueAtIndex:(NSUInteger)index;
185 - (void)enumerateValuesWithBlock:(void (^)(uint64_t value, NSUInteger idx, BOOL *stop))block;
187 usingBlock:(void (^)(uint64_t value, NSUInteger idx, BOOL *stop))block;
190 - (void)addValues:(const uint64_t [])values count:(NSUInteger)count;
193 - (void)insertValue:(uint64_t)value atIndex:(NSUInteger)index;
195 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(uint64_t)value;
197 - (void)removeValueAtIndex:(NSUInteger)index;
200 - (void)exchangeValueAtIndex:(NSUInteger)idx1
201 withValueAtIndex:(NSUInteger)idx2;
209 @property(nonatomic, readonly) NSUInteger count;
214 + (instancetype)arrayWithCapacity:(NSUInteger)count;
219 count:(NSUInteger)count;
221 - (instancetype)initWithCapacity:(NSUInteger)count;
223 - (float)valueAtIndex:(NSUInteger)index;
225 - (void)enumerateValuesWithBlock:(void (^)(float value, NSUInteger idx, BOOL *stop))block;
227 usingBlock:(void (^)(float value, NSUInteger idx, BOOL *stop))block;
230 - (void)addValues:(const float [])values count:(NSUInteger)count;
233 - (void)insertValue:(float)value atIndex:(NSUInteger)index;
235 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(float)value;
237 - (void)removeValueAtIndex:(NSUInteger)index;
240 - (void)exchangeValueAtIndex:(NSUInteger)idx1
241 withValueAtIndex:(NSUInteger)idx2;
249 @property(nonatomic, readonly) NSUInteger count;
254 + (instancetype)arrayWithCapacity:(NSUInteger)count;
259 count:(NSUInteger)count;
261 - (instancetype)initWithCapacity:(NSUInteger)count;
263 - (double)valueAtIndex:(NSUInteger)index;
265 - (void)enumerateValuesWithBlock:(void (^)(double value, NSUInteger idx, BOOL *stop))block;
267 usingBlock:(void (^)(double value, NSUInteger idx, BOOL *stop))block;
270 - (void)addValues:(const double [])values count:(NSUInteger)count;
273 - (void)insertValue:(double)value atIndex:(NSUInteger)index;
275 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(double)value;
277 - (void)removeValueAtIndex:(NSUInteger)index;
280 - (void)exchangeValueAtIndex:(NSUInteger)idx1
281 withValueAtIndex:(NSUInteger)idx2;
289 @property(nonatomic, readonly) NSUInteger count;
294 + (instancetype)arrayWithCapacity:(NSUInteger)count;
299 count:(NSUInteger)count;
301 - (instancetype)initWithCapacity:(NSUInteger)count;
303 - (BOOL)valueAtIndex:(NSUInteger)index;
305 - (void)enumerateValuesWithBlock:(void (^)(BOOL value, NSUInteger idx, BOOL *stop))block;
307 usingBlock:(void (^)(BOOL value, NSUInteger idx, BOOL *stop))block;
310 - (void)addValues:(const BOOL [])values count:(NSUInteger)count;
313 - (void)insertValue:(BOOL)value atIndex:(NSUInteger)index;
315 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(BOOL)value;
317 - (void)removeValueAtIndex:(NSUInteger)index;
320 - (void)exchangeValueAtIndex:(NSUInteger)idx1
321 withValueAtIndex:(NSUInteger)idx2;
329 @property(nonatomic, readonly) NSUInteger count;
338 capacity:(NSUInteger)count;
346 count:(NSUInteger)count;
349 capacity:(NSUInteger)count;
355 - (int32_t)valueAtIndex:(NSUInteger)index;
357 - (void)enumerateValuesWithBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
359 usingBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
364 - (int32_t)rawValueAtIndex:(NSUInteger)index;
366 - (void)enumerateRawValuesWithBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
368 usingBlock:(void (^)(int32_t value, NSUInteger idx, BOOL *stop))block;
376 - (void)addValues:(const int32_t [])values count:(NSUInteger)count;
378 - (void)insertValue:(int32_t)value atIndex:(NSUInteger)index;
380 - (void)replaceValueAtIndex:(NSUInteger)index withValue:(int32_t)value;
387 - (void)addRawValues:(const int32_t [])values count:(NSUInteger)count;
389 - (void)insertRawValue:(int32_t)value atIndex:(NSUInteger)index;
391 - (void)replaceValueAtIndex:(NSUInteger)index withRawValue:(int32_t)value;
395 - (void)removeValueAtIndex:(NSUInteger)index;
398 - (void)exchangeValueAtIndex:(NSUInteger)idx1
399 withValueAtIndex:(NSUInteger)idx2;