Searched refs:GPBStringInt32Dictionary (Results 1 – 10 of 10) sorted by relevance
447 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];459 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];479 GPBStringInt32Dictionary *dict =480 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues537 GPBStringInt32Dictionary *dict1 =538 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1542 GPBStringInt32Dictionary *dict1prime =543 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1547 GPBStringInt32Dictionary *dict2 =548 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues2[all …]
418 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
4758 @interface GPBStringInt32Dictionary : NSObject <NSCopying>4783 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary;4821 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary;
8627 @implementation GPBStringInt32Dictionary { implementation8655 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary { argument8679 return [[GPBStringInt32Dictionary allocWithZone:zone] initWithDictionary:self];8686 if (![other isKindOfClass:[GPBStringInt32Dictionary class]]) {8689 GPBStringInt32Dictionary *otherDictionary = other;8786 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary { argument
501 result = [[GPBStringInt32Dictionary alloc] init];