Searched refs:GPBInt64BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];1534 GPBInt64BoolDictionary *dict = [GPBInt64BoolDictionary dictionaryWithBool:YES forKey:21LL];1552 GPBInt64BoolDictionary *dict =1553 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1610 GPBInt64BoolDictionary *dict1 =1611 [[GPBInt64BoolDictionary alloc] initWithBools:kValues11615 GPBInt64BoolDictionary *dict1prime =1616 [[GPBInt64BoolDictionary alloc] initWithBools:kValues11620 GPBInt64BoolDictionary *dict2 =1621 [[GPBInt64BoolDictionary alloc] initWithBools:kValues2[all …]
299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
1296 @interface GPBInt64BoolDictionary : NSObject <NSCopying>1306 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary;1312 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;1322 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
8273 @implementation GPBInt64BoolDictionary { implementation8286 return [[(GPBInt64BoolDictionary*)[self alloc] initWithBools:&value8296 return [[(GPBInt64BoolDictionary*)[self alloc] initWithBools:values8301 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary {8304 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8330 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument8354 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];8361 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {8364 GPBInt64BoolDictionary *otherDictionary = other;8452 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
434 result = [[GPBInt64BoolDictionary alloc] init];