Searched refs:GPBBoolInt32Dictionary (Results 1 – 10 of 10) sorted by relevance
362 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];374 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];394 GPBBoolInt32Dictionary *dict =395 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues448 GPBBoolInt32Dictionary *dict1 =449 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1453 GPBBoolInt32Dictionary *dict1prime =454 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1458 GPBBoolInt32Dictionary *dict2 =459 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues2[all …]
353 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
3837 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>3862 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;3900 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
10256 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS10280 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument10310 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];10317 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {10320 GPBBoolInt32Dictionary *otherDictionary = other;10426 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
280 result = [[GPBBoolInt32Dictionary alloc] init];