Searched refs:GPBUInt64Int32Dictionary (Results 1 – 5 of 5) sorted by relevance
447 GPBUInt64Int32Dictionary *dict = [[GPBUInt64Int32Dictionary alloc] init];459 GPBUInt64Int32Dictionary *dict = [[GPBUInt64Int32Dictionary alloc] init];479 GPBUInt64Int32Dictionary *dict =480 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues537 GPBUInt64Int32Dictionary *dict1 =538 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1542 GPBUInt64Int32Dictionary *dict1prime =543 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1547 GPBUInt64Int32Dictionary *dict2 =548 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues2[all …]
223 @interface GPBUInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int32Dictionary() function
1995 @interface GPBUInt64Int32Dictionary : NSObject <NSCopying>2020 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;2058 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary;
5119 @implementation GPBUInt64Int32Dictionary { implementation5143 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary { argument5167 return [[GPBUInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];5174 if (![other isKindOfClass:[GPBUInt64Int32Dictionary class]]) {5177 GPBUInt64Int32Dictionary *otherDictionary = other;5274 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary { argument
411 result = [[GPBUInt64Int32Dictionary alloc] init];