Searched refs:allObjects (Results 1 – 15 of 15) sorted by relevance
47 @property (nonatomic, copy) NSArray<T> *allObjects; property219 ip = stringSet.allObjects; // expected-warning{{from 'NSArray<NSString *> *'}}220 ip = mutStringSet.allObjects; // expected-warning{{from 'NSArray<NSString *> *'}}221 ip = widgetSet.allObjects; // expected-warning{{from 'NSArray<Widget *> *'}}222 ip = untypedMutSet.allObjects; // expected-warning{{from 'NSArray *'}}223 ip = mutStringArraySet.allObjects; // expected-warning{{from 'NSArray<NSArray<NSString *> *> *'}}224 ip = set.allObjects; // expected-warning{{from 'NSArray *'}}225 ip = mutSet.allObjects; // expected-warning{{from 'NSArray *'}}226 ip = mutArraySet.allObjects; // expected-warning{{from 'NSArray *'}}243 mutStringSet.allObjects = ip; // expected-warning{{to 'NSArray<NSString *> *'}}[all …]
43 @property (nonatomic, copy) NSArray<T> *allObjects; property169 ip = stringSet.allObjects; // expected-error{{from incompatible type 'NSArray<NSString *> *'}}170 ip = mutStringSet.allObjects; // expected-error{{from incompatible type 'NSArray<NSString *> *'}}171 ip = widgetSet.allObjects; // expected-error{{from incompatible type 'NSArray<Widget *> *'}}172 ip = untypedMutSet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}173 …ip = mutStringArraySet.allObjects; // expected-error{{from incompatible type 'NSArray<NSArray<NSSt…174 ip = set.allObjects; // expected-error{{from incompatible type 'NSArray *'}}175 ip = mutSet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}176 ip = mutArraySet.allObjects; // expected-error{{from incompatible type 'NSArray *'}}191 mutStringSet.allObjects = ip; // expected-error{{to 'NSArray<NSString *> *'}}[all …]
94 val allObjects = mutableListOf<S3ObjectSummary>() in <lambda>() constant100 allObjects.addAll(result.objectSummaries) in <lambda>()108 allObjects.addAll(result.objectSummaries) in <lambda>()111 return allObjects in <lambda>()
41 - (void) allObjects; method46 - (void) allObjects { method
78 - (void) allObjects; method83 - (void) allObjects { method
89 anArray = [[[dict keyEnumerator] allObjects] retain];106 anArray = [[[dict objectEnumerator] allObjects] retain];154 - (NSArray *) allObjects
67 - (NSArray *)allObjects;
39 - (NSArray *) allObjects;
70 - (NSArray *) allObjects;
214 - (NSArray *) allObjects221 return [ArrayIterator newIterator:[self allObjects]];
178 -(NSArray *) allObjects
81 NSArray *array = [reservedNames.allObjects sortedArrayUsingSelector:sortSelector];
41 [[resolutions allObjects] sortedArrayUsingComparator:^NSComparisonResult(
587 def populateExtensionAliases(allObjects, extensionObjects): argument590 if withoutPostfix != None and withoutPostfix in allObjects:592 assert allObjects[withoutPostfix].alias == None593 allObjects[withoutPostfix].alias = object