Searched refs:GPBUInt32UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
94 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];106 GPBUInt32UInt32Dictionary *dict = [GPBUInt32UInt32Dictionary dictionaryWithUInt32:100U forKey:1U];124 GPBUInt32UInt32Dictionary *dict =125 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues182 GPBUInt32UInt32Dictionary *dict1 =183 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1187 GPBUInt32UInt32Dictionary *dict1prime =188 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1192 GPBUInt32UInt32Dictionary *dict2 =193 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
56 @interface GPBUInt32UInt32Dictionary : NSObject <NSCopying>66 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;72 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;82 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary;
1526 @implementation GPBUInt32UInt32Dictionary { implementation1539 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithUInt32s:&value1549 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithUInt32s:values1554 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary {1557 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument1583 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary { argument1607 return [[GPBUInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];1614 if (![other isKindOfClass:[GPBUInt32UInt32Dictionary class]]) {1617 GPBUInt32UInt32Dictionary *otherDictionary = other;1705 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary { argument
304 result = [[GPBUInt32UInt32Dictionary alloc] init];