Searched refs:addObject (Results 1 – 25 of 111) sorted by relevance
12345
21 [nsmutablearray addObject:@1];22 [nsmutablearray addObject:@2];23 [nsmutablearray addObject:@"hello world"];24 [nsmutablearray addObject:@3];25 [nsmutablearray addObject:@4];26 [nsmutablearray addObject:@"foobar"];47 [nsmutableset addObject:@1];48 [nsmutableset addObject:@2];49 [nsmutableset addObject:@"hello world"];50 [nsmutableset addObject:@3];[all …]
19 [mutable addObject:@1];20 [mutable addObject:@2];21 [mutable addObject:@3];22 [mutable addObject:@4];23 [mutable addObject:@5];24 [mutable addObject:[NSURL URLWithString:@"www.apple.com"]];25 [mutable addObject:@[@1,@2,@3]];29 [mutable addObject:@1];
298 [newArray addObject:str1];299 [newArray addObject:str2];300 [newArray addObject:str3];301 [newArray addObject:str4];302 [newArray addObject:str5];303 [newArray addObject:str6];304 [newArray addObject:str7];305 [newArray addObject:str8];306 [newArray addObject:str9];307 [newArray addObject:str10];[all …]
9 - (void)addObject:(id)object;26 - (void)addObject:(id)object;36 - (void)addObject:(id)object;57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular …59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…60 …[_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' m…61 …[_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' m…65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…[all …]
42 - (void)addObject:(id)anObject;66 [plugInPaths addObject:frameworkBundle.bundlePath];
52 - (void)addObject:(U)object; // expected-note 7{{passing argument to parameter 'object' here}}196 [mutStringSet addObject: window]; // expected-warning{{parameter of type 'NSString *'}}197 [widgetSet addObject: window]; // expected-warning{{parameter of type 'Widget *'}}198 …[untypedMutSet addObject: window]; // expected-warning{{parameter of incompatible type 'id<NSCopyi…199 …[mutStringArraySet addObject: window]; // expected-warning{{parameter of type 'NSArray<NSString *>…200 [mutSet addObject: window]; // expected-warning{{parameter of incompatible type 'id<NSCopying>'}}201 …[mutArraySet addObject: window]; // expected-warning{{parameter of incompatible type 'id<NSCopying…202 [block addObject: window]; // expected-warning{{parameter of incompatible type 'id<NSCopying>'}}
19 [arr addObject:@"hello"];20 [arr addObject:@"world"];21 [arr addObject:@"this"];22 [arr addObject:@"is"];23 [arr addObject:@"me"];24 [arr addObject:[NSURL URLWithString:@"http://www.apple.com/"]];
27 [queue addObject:@"My String"];57 [queue addObject:@"Item 1"];58 [queue addObject:@"Item 2"];59 [queue addObject:@"Item 3"];70 [queue addObject:@"Item 1"];71 [queue addObject:@"Item 2"];72 [queue addObject:@"Item 3"];83 [queue addObject:@"My"];84 [queue addObject:@"String"];93 [queue addObject:@"My"];[all …]
5 - (void)addObject:(id)addObject;21 [newInv->_container addObject:0];
7 - (void)addObject:(id)addObject;23 [newInv->_container addObject:0];
71 [newMLineParts addObject:origMLineParts[origPartIndex++]];72 [newMLineParts addObject:origMLineParts[origPartIndex++]];73 [newMLineParts addObject:origMLineParts[origPartIndex++]];74 [newMLineParts addObject:codecRtpMap];77 [newMLineParts addObject:origMLineParts[origPartIndex]];
30 [bits addObject:[NSNumber numberWithBool:YES]];31 [bits addObject:[NSNumber numberWithBool:YES]];32 [bits addObject:[NSNumber numberWithBool:NO]];33 [bits addObject:[NSNumber numberWithBool:YES]];34 [bits addObject:[NSNumber numberWithBool:NO]];35 [bits addObject:[NSNumber numberWithBool:YES]];
105 [_expectedSignalingChanges addObject:@((int)state)];109 [_expectedAddStreamLabels addObject:label];113 [_expectedRemoveStreamLabels addObject:label];121 [_expectedICEConnectionChanges addObject:@((int)state)];125 [_expectedICEGatheringChanges addObject:@((int)state)];129 [_expectedDataChannels addObject:label];133 [_expectedStateChanges addObject:@(state)];139 [_expectedMessages addObject:buffer];194 [_receivedICECandidates addObject:candidate];
24 - (void)addObject:(T)object;39 void addObject(NSMutableArray<NSString *> *array, NSString *obj) { function40 [array addObject: obj];65 [array addObject: ^ { printMe(name); }];
7 - (void) addObject; method27 [self.arrayOfThings addObject];
20 - (void)addObject:(id)obj;21 - (void)addObject:(id)obj atIndex:(NSUInteger)index;
28 - (void)addObject:(id)obj {32 - (void)addObject:(id)obj atIndex:(NSUInteger)index {
140 [nodes addObject:eof];155 [nodes addObject:tree]; // real node is next after down161 [nodes addObject:up];167 [nodes addObject:self.eof];174 [nodes addObject:tree];182 [array addObject:[self nextObject]];
148 [elements addObject:anElement];158 [elements addObject:singleElement];160 [elements addObject:anElement];168 [elements addObject:anElement];178 [elements addObject:singleElement];180 [elements addObject:anElement];
130 objNumMap.addObject(a1.get()); in TestObjectNumberMap()131 objNumMap.addObject(a2.get()); in TestObjectNumberMap()132 objNumMap.addObject(a3.get()); in TestObjectNumberMap()150 catalog.numbers.addObject(a1.get()); in TestObjectRef()169 catalog.addObject(proxy.get()); in TestSubstitute()280 catalog.numbers.addObject(referencedArray.get()); in TestPDFArray()344 catalog.numbers.addObject(referencedArray.get()); in TestPDFDict()
33 - (void)addObject:(id) __attribute__((ns_consumed)) X;48 [self addObject:url];73 - (void)addObject:(id)X
57 - (void)addObject:(id)anObject;115 …[marray addObject:0]; // expected-warning {{Argument to 'NSMutableArray' method 'addObject:' canno…289 - (void)addObject:(id)obj safe:(BOOL)safe;293 [arr addObject:0 safe:1]; // no-warning304 [array addObject:0]; // no-warning311 [subviews addObject:view]; // no-warning
39 - (void)addObject:(id)anObject;77 [panels addObject:panel];85 [panels addObject:panel];
34 - (void)addObject:(id)object;55 …[aArray addObject:aString]; // expected-warning {{Argument in message expression is an uninitializ…
67 [_audioTracks addObject:track];75 [_videoTracks addObject:track];128 [_audioTracks addObject:audioTrack];136 [_videoTracks addObject:videoTrack];