Searched refs:GPBInt64Int32Dictionary (Results 1 – 10 of 10) sorted by relevance
447 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];459 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];479 GPBInt64Int32Dictionary *dict =480 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues537 GPBInt64Int32Dictionary *dict1 =538 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1542 GPBInt64Int32Dictionary *dict1prime =543 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1547 GPBInt64Int32Dictionary *dict2 =548 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues2[all …]
288 @interface GPBInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int32Dictionary() function
2916 @interface GPBInt64Int32Dictionary : NSObject <NSCopying>2941 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary;2979 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary;
6869 @implementation GPBInt64Int32Dictionary { implementation6893 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary { argument6917 return [[GPBInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];6924 if (![other isKindOfClass:[GPBInt64Int32Dictionary class]]) {6927 GPBInt64Int32Dictionary *otherDictionary = other;7024 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary { argument
458 result = [[GPBInt64Int32Dictionary alloc] init];