Searched refs:GPBUInt64UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
94 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];106 …GPBUInt64UInt32Dictionary *dict = [GPBUInt64UInt32Dictionary dictionaryWithUInt32:100U forKey:31UL…124 GPBUInt64UInt32Dictionary *dict =125 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues182 GPBUInt64UInt32Dictionary *dict1 =183 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1187 GPBUInt64UInt32Dictionary *dict1prime =188 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1192 GPBUInt64UInt32Dictionary *dict2 =193 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
784 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>794 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;800 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;810 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
5472 @implementation GPBUInt64UInt32Dictionary { implementation5485 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithUInt32s:&value5495 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithUInt32s:values5500 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {5503 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5529 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument5553 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];5560 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {5563 GPBUInt64UInt32Dictionary *otherDictionary = other;5651 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
393 result = [[GPBUInt64UInt32Dictionary alloc] init];