Searched refs:GPBUInt32UInt32Dictionary (Results 1 – 10 of 10) sorted by relevance
86 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];98 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];118 GPBUInt32UInt32Dictionary *dict =119 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues176 GPBUInt32UInt32Dictionary *dict1 =177 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1181 GPBUInt32UInt32Dictionary *dict1prime =182 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1186 GPBUInt32UInt32Dictionary *dict2 =187 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
87 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
58 @interface GPBUInt32UInt32Dictionary : NSObject <NSCopying>83 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;121 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary;
1436 @implementation GPBUInt32UInt32Dictionary { implementation1460 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary { argument1484 return [[GPBUInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];1491 if (![other isKindOfClass:[GPBUInt32UInt32Dictionary class]]) {1494 GPBUInt32UInt32Dictionary *otherDictionary = other;1591 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary { argument
319 result = [[GPBUInt32UInt32Dictionary alloc] init];