Searched refs:GPBInt64UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
86 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];98 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];118 GPBInt64UInt32Dictionary *dict =119 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues176 GPBInt64UInt32Dictionary *dict1 =177 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1181 GPBInt64UInt32Dictionary *dict1prime =182 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1186 GPBInt64UInt32Dictionary *dict2 =187 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
282 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
2821 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>2846 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;2884 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
6686 @implementation GPBInt64UInt32Dictionary { implementation6710 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument6734 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];6741 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {6744 GPBInt64UInt32Dictionary *otherDictionary = other;6841 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
451 result = [[GPBInt64UInt32Dictionary alloc] init];