Searched refs:GPBBoolInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
355 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];367 GPBBoolInt32Dictionary *dict = [GPBBoolInt32Dictionary dictionaryWithInt32:200 forKey:YES];385 GPBBoolInt32Dictionary *dict =386 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues439 GPBBoolInt32Dictionary *dict1 =440 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1444 GPBBoolInt32Dictionary *dict1prime =445 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1449 GPBBoolInt32Dictionary *dict2 =450 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues2[all …]
344 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
1549 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>1559 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary;1565 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;1575 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
11469 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS11483 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithInt32s:&value11493 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithInt32s:values11498 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary {11501 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11526 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument11556 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];11563 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {11566 GPBBoolInt32Dictionary *otherDictionary = other;11672 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
265 result = [[GPBBoolInt32Dictionary alloc] init];