Searched refs:GPBStringBoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBStringBoolDictionary *dict = [[GPBStringBoolDictionary alloc] init];1534 GPBStringBoolDictionary *dict = [GPBStringBoolDictionary dictionaryWithBool:YES forKey:@"foo"];1552 GPBStringBoolDictionary *dict =1553 [[GPBStringBoolDictionary alloc] initWithBools:kValues1610 GPBStringBoolDictionary *dict1 =1611 [[GPBStringBoolDictionary alloc] initWithBools:kValues11615 GPBStringBoolDictionary *dict1prime =1616 [[GPBStringBoolDictionary alloc] initWithBools:kValues11620 GPBStringBoolDictionary *dict2 =1621 [[GPBStringBoolDictionary alloc] initWithBools:kValues2[all …]
425 @interface GPBStringBoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringBoolDictionary() function
2024 @interface GPBStringBoolDictionary : NSObject <NSCopying>2034 + (instancetype)dictionaryWithDictionary:(GPBStringBoolDictionary *)dictionary;2040 - (instancetype)initWithDictionary:(GPBStringBoolDictionary *)dictionary;2050 - (void)addEntriesFromDictionary:(GPBStringBoolDictionary *)otherDictionary;
10278 @implementation GPBStringBoolDictionary { implementation10291 return [[(GPBStringBoolDictionary*)[self alloc] initWithBools:&value10301 return [[(GPBStringBoolDictionary*)[self alloc] initWithBools:values10306 + (instancetype)dictionaryWithDictionary:(GPBStringBoolDictionary *)dictionary {10309 return [[(GPBStringBoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument10339 - (instancetype)initWithDictionary:(GPBStringBoolDictionary *)dictionary { argument10363 return [[GPBStringBoolDictionary allocWithZone:zone] initWithDictionary:self];10370 if (![other isKindOfClass:[GPBStringBoolDictionary class]]) {10373 GPBStringBoolDictionary *otherDictionary = other;10461 - (void)addEntriesFromDictionary:(GPBStringBoolDictionary *)otherDictionary { argument
477 result = [[GPBStringBoolDictionary alloc] init];