Searched refs:GPBStringInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
451 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];463 GPBStringInt32Dictionary *dict = [GPBStringInt32Dictionary dictionaryWithInt32:200 forKey:@"foo"];481 GPBStringInt32Dictionary *dict =482 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues539 GPBStringInt32Dictionary *dict1 =540 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1544 GPBStringInt32Dictionary *dict1prime =545 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1549 GPBStringInt32Dictionary *dict2 =550 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues2[all …]
407 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
1913 @interface GPBStringInt32Dictionary : NSObject <NSCopying>1923 + (instancetype)dictionaryWithDictionary:(GPBStringInt32Dictionary *)dictionary;1929 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary;1939 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary;
9633 @implementation GPBStringInt32Dictionary { implementation9646 return [[(GPBStringInt32Dictionary*)[self alloc] initWithInt32s:&value9656 return [[(GPBStringInt32Dictionary*)[self alloc] initWithInt32s:values9661 + (instancetype)dictionaryWithDictionary:(GPBStringInt32Dictionary *)dictionary {9664 return [[(GPBStringInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument9694 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary { argument9718 return [[GPBStringInt32Dictionary allocWithZone:zone] initWithDictionary:self];9725 if (![other isKindOfClass:[GPBStringInt32Dictionary class]]) {9728 GPBStringInt32Dictionary *otherDictionary = other;9816 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary { argument
486 result = [[GPBStringInt32Dictionary alloc] init];