Searched refs:GPBBoolUInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
54 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];66 GPBBoolUInt32Dictionary *dict = [GPBBoolUInt32Dictionary dictionaryWithValue:100U forKey:YES];84 GPBBoolUInt32Dictionary *dict =85 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues138 GPBBoolUInt32Dictionary *dict1 =139 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues1143 GPBBoolUInt32Dictionary *dict1prime =144 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues1148 GPBBoolUInt32Dictionary *dict2 =149 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues2[all …]
338 @interface GPBBoolUInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolUInt32Dictionary() function
1431 @interface GPBBoolUInt32Dictionary : NSObject <NSCopying>1441 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt32Dictionary *)dictionary;1447 - (instancetype)initWithDictionary:(GPBBoolUInt32Dictionary *)dictionary;1455 - (void)addEntriesFromDictionary:(GPBBoolUInt32Dictionary *)otherDictionary;
11170 @implementation GPBBoolUInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS11184 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithValues:&value11194 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithValues:values11199 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt32Dictionary *)dictionary {11202 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument11227 - (instancetype)initWithDictionary:(GPBBoolUInt32Dictionary *)dictionary { argument11257 return [[GPBBoolUInt32Dictionary allocWithZone:zone] initWithDictionary:self];11260 - (BOOL)isEqual:(GPBBoolUInt32Dictionary *)other { argument11264 if (![other isKindOfClass:[GPBBoolUInt32Dictionary class]]) {11372 - (void)addEntriesFromDictionary:(GPBBoolUInt32Dictionary *)otherDictionary { argument
242 result = [[GPBBoolUInt32Dictionary alloc] init];