Searched refs:GPBInt64BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1522 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];1534 GPBInt64BoolDictionary *dict = [GPBInt64BoolDictionary dictionaryWithValue:YES forKey:21LL];1552 GPBInt64BoolDictionary *dict =1553 [[GPBInt64BoolDictionary alloc] initWithValues:kValues1610 GPBInt64BoolDictionary *dict1 =1611 [[GPBInt64BoolDictionary alloc] initWithValues:kValues11615 GPBInt64BoolDictionary *dict1prime =1616 [[GPBInt64BoolDictionary alloc] initWithValues:kValues11620 GPBInt64BoolDictionary *dict2 =1621 [[GPBInt64BoolDictionary alloc] initWithValues:kValues2[all …]
299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
1225 @interface GPBInt64BoolDictionary : NSObject <NSCopying>1235 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary;1241 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;1249 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
8229 @implementation GPBInt64BoolDictionary { implementation8242 return [[(GPBInt64BoolDictionary*)[self alloc] initWithValues:&value8252 return [[(GPBInt64BoolDictionary*)[self alloc] initWithValues:values8257 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary {8260 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8286 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument8310 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];8313 - (BOOL)isEqual:(GPBInt64BoolDictionary *)other { argument8317 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {8407 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
416 result = [[GPBInt64BoolDictionary alloc] init];