Searched refs:GPBBoolUInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
656 GPBBoolUInt64Dictionary *dict = [[GPBBoolUInt64Dictionary alloc] init];668 GPBBoolUInt64Dictionary *dict = [GPBBoolUInt64Dictionary dictionaryWithUInt64:300U forKey:YES];686 GPBBoolUInt64Dictionary *dict =687 [[GPBBoolUInt64Dictionary alloc] initWithUInt64s:kValues740 GPBBoolUInt64Dictionary *dict1 =741 [[GPBBoolUInt64Dictionary alloc] initWithUInt64s:kValues1745 GPBBoolUInt64Dictionary *dict1prime =746 [[GPBBoolUInt64Dictionary alloc] initWithUInt64s:kValues1750 GPBBoolUInt64Dictionary *dict2 =751 [[GPBBoolUInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
350 @interface GPBBoolUInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolUInt64Dictionary() function
1586 @interface GPBBoolUInt64Dictionary : NSObject <NSCopying>1596 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;1602 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;1612 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary;
11711 @implementation GPBBoolUInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS11725 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithUInt64s:&value11735 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithUInt64s:values11740 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary {11743 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11768 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary { argument11798 return [[GPBBoolUInt64Dictionary allocWithZone:zone] initWithDictionary:self];11805 if (![other isKindOfClass:[GPBBoolUInt64Dictionary class]]) {11808 GPBBoolUInt64Dictionary *otherDictionary = other;11914 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary { argument
269 result = [[GPBBoolUInt64Dictionary alloc] init];