Searched refs:GPBBoolUInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
656 GPBBoolUInt64Dictionary *dict = [[GPBBoolUInt64Dictionary alloc] init];668 GPBBoolUInt64Dictionary *dict = [GPBBoolUInt64Dictionary dictionaryWithValue:300U forKey:YES];686 GPBBoolUInt64Dictionary *dict =687 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues740 GPBBoolUInt64Dictionary *dict1 =741 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues1745 GPBBoolUInt64Dictionary *dict1prime =746 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues1750 GPBBoolUInt64Dictionary *dict2 =751 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues2[all …]
350 @interface GPBBoolUInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolUInt64Dictionary() function
1501 @interface GPBBoolUInt64Dictionary : NSObject <NSCopying>1511 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;1517 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;1525 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary;
11652 @implementation GPBBoolUInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS11666 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithValues:&value11676 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithValues:values11681 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary {11684 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11709 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary { argument11739 return [[GPBBoolUInt64Dictionary allocWithZone:zone] initWithDictionary:self];11742 - (BOOL)isEqual:(GPBBoolUInt64Dictionary *)other { argument11746 if (![other isKindOfClass:[GPBBoolUInt64Dictionary class]]) {11854 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary { argument
251 result = [[GPBBoolUInt64Dictionary alloc] init];