Searched refs:GPBUInt32Int32Dictionary (Results 1 – 5 of 5) sorted by relevance
447 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];459 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];479 GPBUInt32Int32Dictionary *dict =480 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues537 GPBUInt32Int32Dictionary *dict1 =538 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1542 GPBUInt32Int32Dictionary *dict1prime =543 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1547 GPBUInt32Int32Dictionary *dict2 =548 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues2[all …]
93 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary() function
153 @interface GPBUInt32Int32Dictionary : NSObject <NSCopying>178 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;216 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary;
1619 @implementation GPBUInt32Int32Dictionary { implementation1643 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary { argument1667 return [[GPBUInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];1674 if (![other isKindOfClass:[GPBUInt32Int32Dictionary class]]) {1677 GPBUInt32Int32Dictionary *otherDictionary = other;1774 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary { argument
322 result = [[GPBUInt32Int32Dictionary alloc] init];