Searched refs:GPBInt32Int32Dictionary (Results 1 – 7 of 7) sorted by relevance
447 GPBInt32Int32Dictionary *dict = [[GPBInt32Int32Dictionary alloc] init];459 GPBInt32Int32Dictionary *dict = [[GPBInt32Int32Dictionary alloc] init];479 GPBInt32Int32Dictionary *dict =480 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues537 GPBInt32Int32Dictionary *dict1 =538 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues1542 GPBInt32Int32Dictionary *dict1prime =543 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues1547 GPBInt32Int32Dictionary *dict2 =548 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues2[all …]
1266 message3.iToI = [[[GPBInt32Int32Dictionary alloc] init] autorelease];1310 GPBInt32Int32Dictionary *iToI = [message.iToI retain];1350 GPBInt32Int32Dictionary *iToI = [message.a.iToI retain];1352 message.a.iToI = [[[GPBInt32Int32Dictionary alloc] init] autorelease];
158 @interface GPBInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32Int32Dictionary() function
367 result = [[GPBInt32Int32Dictionary alloc] init];551 GPBInt32Int32Dictionary *gpbDict = result;709 GPBInt32Int32Dictionary *gpbDict = dictionary;993 GPBInt32Int32Dictionary *existingDict = value;1081 GPBInt32Int32Dictionary *gpbDict = arrayOrMap;1426 GPBInt32Int32Dictionary *dict =1536 GPBInt32Int32Dictionary *dict =1580 GPBInt32Int32Dictionary *dict =2573 GPBInt32Int32Dictionary *resultDict =3029 GPBInt32Int32Dictionary *map =
1074 @interface GPBInt32Int32Dictionary : NSObject <NSCopying>1099 - (instancetype)initWithDictionary:(GPBInt32Int32Dictionary *)dictionary;1137 - (void)addEntriesFromDictionary:(GPBInt32Int32Dictionary *)otherDictionary;
657 GPBInt32Int32Dictionary *gpbDict = oldValue;1691 GPBInt32Int32Dictionary *dict = map;
3369 @implementation GPBInt32Int32Dictionary { implementation3393 - (instancetype)initWithDictionary:(GPBInt32Int32Dictionary *)dictionary { argument3417 return [[GPBInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];3424 if (![other isKindOfClass:[GPBInt32Int32Dictionary class]]) {3427 GPBInt32Int32Dictionary *otherDictionary = other;3524 - (void)addEntriesFromDictionary:(GPBInt32Int32Dictionary *)otherDictionary { argument