Searched refs:GPBInt32UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
85 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];97 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];117 GPBInt32UInt32Dictionary *dict =118 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues175 GPBInt32UInt32Dictionary *dict1 =176 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues1180 GPBInt32UInt32Dictionary *dict1prime =181 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues1185 GPBInt32UInt32Dictionary *dict2 =186 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
149 @interface GPBInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt32Dictionary() function
978 @interface GPBInt32UInt32Dictionary : NSObject <NSCopying>1003 - (instancetype)initWithDictionary:(GPBInt32UInt32Dictionary *)dictionary;1041 - (void)addEntriesFromDictionary:(GPBInt32UInt32Dictionary *)otherDictionary;
364 result = [[GPBInt32UInt32Dictionary alloc] init];1411 GPBInt32UInt32Dictionary *dict =1611 GPBInt32UInt32Dictionary *dict =
3181 @implementation GPBInt32UInt32Dictionary { implementation3205 - (instancetype)initWithDictionary:(GPBInt32UInt32Dictionary *)dictionary { argument3229 return [[GPBInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];3236 if (![other isKindOfClass:[GPBInt32UInt32Dictionary class]]) {3239 GPBInt32UInt32Dictionary *otherDictionary = other;3336 - (void)addEntriesFromDictionary:(GPBInt32UInt32Dictionary *)otherDictionary { argument