Searched refs:GPBInt32ObjectDictionary (Results 1 – 5 of 5) sorted by relevance
3366 GPBInt32ObjectDictionary<NSString*> *dict = [[GPBInt32ObjectDictionary alloc] init];3378 …GPBInt32ObjectDictionary<NSString*> *dict = [GPBInt32ObjectDictionary dictionaryWithObject:@"abc" …3393 GPBInt32ObjectDictionary<NSString*> *dict =3394 [[GPBInt32ObjectDictionary alloc] initWithObjects:kObjects3444 GPBInt32ObjectDictionary<NSString*> *dict1 =3445 [[GPBInt32ObjectDictionary alloc] initWithObjects:kObjects13449 GPBInt32ObjectDictionary<NSString*> *dict1prime =3450 [[GPBInt32ObjectDictionary alloc] initWithObjects:kObjects13454 GPBInt32ObjectDictionary<NSString*> *dict2 =3455 [[GPBInt32ObjectDictionary alloc] initWithObjects:kObjects2[all …]
200 @interface GPBInt32ObjectDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32ObjectDictionary() function
749 @interface GPBInt32ObjectDictionary<__covariant ObjectType> : NSObject <NSCopying>759 + (instancetype)dictionaryWithDictionary:(GPBInt32ObjectDictionary *)dictionary;765 - (instancetype)initWithDictionary:(GPBInt32ObjectDictionary *)dictionary;773 - (void)addEntriesFromDictionary:(GPBInt32ObjectDictionary *)otherDictionary;
5234 @implementation GPBInt32ObjectDictionary { implementation5247 return [[(GPBInt32ObjectDictionary*)[self alloc] initWithObjects:&object5257 return [[(GPBInt32ObjectDictionary*)[self alloc] initWithObjects:objects5262 + (instancetype)dictionaryWithDictionary:(GPBInt32ObjectDictionary *)dictionary {5265 return [[(GPBInt32ObjectDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5295 - (instancetype)initWithDictionary:(GPBInt32ObjectDictionary *)dictionary { argument5319 return [[GPBInt32ObjectDictionary allocWithZone:zone] initWithDictionary:self];5326 if (![other isKindOfClass:[GPBInt32ObjectDictionary class]]) {5329 GPBInt32ObjectDictionary *otherDictionary = other;5364 GPBInt32ObjectDictionary *newDict =[all …]
378 result = [[GPBInt32ObjectDictionary alloc] init];938 GPBInt32ObjectDictionary *existingDict = value;1137 GPBInt32ObjectDictionary *map =