Searched refs:GPBInt64UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
85 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];97 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];117 GPBInt64UInt32Dictionary *dict =118 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues175 GPBInt64UInt32Dictionary *dict1 =176 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1180 GPBInt64UInt32Dictionary *dict1prime =181 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1185 GPBInt64UInt32Dictionary *dict2 =186 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
2820 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>2845 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;2883 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
6677 @implementation GPBInt64UInt32Dictionary { implementation6701 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument6725 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];6732 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {6735 GPBInt64UInt32Dictionary *otherDictionary = other;6832 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
453 result = [[GPBInt64UInt32Dictionary alloc] init];