Searched refs:GPBBoolInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
355 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];367 GPBBoolInt32Dictionary *dict = [GPBBoolInt32Dictionary dictionaryWithValue:200 forKey:YES];385 GPBBoolInt32Dictionary *dict =386 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues439 GPBBoolInt32Dictionary *dict1 =440 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues1444 GPBBoolInt32Dictionary *dict1prime =445 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues1449 GPBBoolInt32Dictionary *dict2 =450 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues2[all …]
344 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
1466 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>1476 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary;1482 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;1490 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
11411 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS11425 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithValues:&value11435 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithValues:values11440 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary {11443 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11468 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument11498 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];11501 - (BOOL)isEqual:(GPBBoolInt32Dictionary *)other { argument11505 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {11613 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
247 result = [[GPBBoolInt32Dictionary alloc] init];