Searched refs:GPBInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1534 GPBInt32BoolDictionary *dict = [GPBInt32BoolDictionary dictionaryWithBool:YES forKey:11];1552 GPBInt32BoolDictionary *dict =1553 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1610 GPBInt32BoolDictionary *dict1 =1611 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11615 GPBInt32BoolDictionary *dict1prime =1616 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11620 GPBInt32BoolDictionary *dict2 =1621 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2[all …]
173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
568 @interface GPBInt32BoolDictionary : NSObject <NSCopying>578 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary;584 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;594 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
4327 @implementation GPBInt32BoolDictionary { implementation4340 return [[(GPBInt32BoolDictionary*)[self alloc] initWithBools:&value4350 return [[(GPBInt32BoolDictionary*)[self alloc] initWithBools:values4355 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary {4358 return [[(GPBInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument4384 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument4408 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];4415 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {4418 GPBInt32BoolDictionary *otherDictionary = other;4506 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
345 result = [[GPBInt32BoolDictionary alloc] init];1342 GPBInt32BoolDictionary *dict =