Searched refs:GPBUInt32Int32Dictionary (Results 1 – 5 of 5) sorted by relevance
451 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];463 GPBUInt32Int32Dictionary *dict = [GPBUInt32Int32Dictionary dictionaryWithInt32:200 forKey:1U];481 GPBUInt32Int32Dictionary *dict =482 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues539 GPBUInt32Int32Dictionary *dict1 =540 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1544 GPBUInt32Int32Dictionary *dict1prime =545 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1549 GPBUInt32Int32Dictionary *dict2 =550 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues2[all …]
92 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary() function
93 @interface GPBUInt32Int32Dictionary : NSObject <NSCopying>103 + (instancetype)dictionaryWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;109 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;119 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary;
1733 @implementation GPBUInt32Int32Dictionary { implementation1746 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithInt32s:&value1756 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithInt32s:values1761 + (instancetype)dictionaryWithDictionary:(GPBUInt32Int32Dictionary *)dictionary {1764 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument1790 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary { argument1814 return [[GPBUInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];1821 if (![other isKindOfClass:[GPBUInt32Int32Dictionary class]]) {1824 GPBUInt32Int32Dictionary *otherDictionary = other;1912 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary { argument
309 result = [[GPBUInt32Int32Dictionary alloc] init];