Searched refs:GPBUInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];1534 GPBUInt32BoolDictionary *dict = [GPBUInt32BoolDictionary dictionaryWithValue:YES forKey:1U];1552 GPBUInt32BoolDictionary *dict =1553 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues1610 GPBUInt32BoolDictionary *dict1 =1611 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues11615 GPBUInt32BoolDictionary *dict1prime =1616 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues11620 GPBUInt32BoolDictionary *dict2 =1621 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues2[all …]
110 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary() function
187 @interface GPBUInt32BoolDictionary : NSObject <NSCopying>197 + (instancetype)dictionaryWithDictionary:(GPBUInt32BoolDictionary *)dictionary;203 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary;211 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary;
2337 @implementation GPBUInt32BoolDictionary { implementation2350 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithValues:&value2360 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithValues:values2365 + (instancetype)dictionaryWithDictionary:(GPBUInt32BoolDictionary *)dictionary {2368 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument2394 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary { argument2418 return [[GPBUInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];2421 - (BOOL)isEqual:(GPBUInt32BoolDictionary *)other { argument2425 if (![other isKindOfClass:[GPBUInt32BoolDictionary class]]) {2515 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary { argument
282 result = [[GPBUInt32BoolDictionary alloc] init];