Searched refs:GPBInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1534 GPBInt32BoolDictionary *dict = [GPBInt32BoolDictionary dictionaryWithValue:YES forKey:11];1552 GPBInt32BoolDictionary *dict =1553 [[GPBInt32BoolDictionary alloc] initWithValues:kValues1610 GPBInt32BoolDictionary *dict1 =1611 [[GPBInt32BoolDictionary alloc] initWithValues:kValues11615 GPBInt32BoolDictionary *dict1prime =1616 [[GPBInt32BoolDictionary alloc] initWithValues:kValues11620 GPBInt32BoolDictionary *dict2 =1621 [[GPBInt32BoolDictionary alloc] initWithValues:kValues2[all …]
173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
533 @interface GPBInt32BoolDictionary : NSObject <NSCopying>543 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary;549 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;557 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
4301 @implementation GPBInt32BoolDictionary { implementation4314 return [[(GPBInt32BoolDictionary*)[self alloc] initWithValues:&value4324 return [[(GPBInt32BoolDictionary*)[self alloc] initWithValues:values4329 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary {4332 return [[(GPBInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument4358 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument4382 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];4385 - (BOOL)isEqual:(GPBInt32BoolDictionary *)other { argument4389 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {4479 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
327 result = [[GPBInt32BoolDictionary alloc] init];1326 GPBInt32BoolDictionary *dict =