Searched refs:GPBInt64Int32Dictionary (Results 1 – 5 of 5) sorted by relevance
451 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];463 GPBInt64Int32Dictionary *dict = [GPBInt64Int32Dictionary dictionaryWithValue:200 forKey:21LL];481 GPBInt64Int32Dictionary *dict =482 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues539 GPBInt64Int32Dictionary *dict1 =540 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues1544 GPBInt64Int32Dictionary *dict1prime =545 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues1549 GPBInt64Int32Dictionary *dict2 =550 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues2[all …]
281 @interface GPBInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int32Dictionary() function
1120 @interface GPBInt64Int32Dictionary : NSObject <NSCopying>1130 + (instancetype)dictionaryWithDictionary:(GPBInt64Int32Dictionary *)dictionary;1136 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary;1144 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary;
7611 @implementation GPBInt64Int32Dictionary { implementation7624 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithValues:&value7634 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithValues:values7639 + (instancetype)dictionaryWithDictionary:(GPBInt64Int32Dictionary *)dictionary {7642 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument7668 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary { argument7692 return [[GPBInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];7695 - (BOOL)isEqual:(GPBInt64Int32Dictionary *)other { argument7699 if (![other isKindOfClass:[GPBInt64Int32Dictionary class]]) {7789 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary { argument
425 result = [[GPBInt64Int32Dictionary alloc] init];