Searched refs:GPBInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1529 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1541 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1561 GPBInt32BoolDictionary *dict =1562 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1619 GPBInt32BoolDictionary *dict1 =1620 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11624 GPBInt32BoolDictionary *dict1prime =1625 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11629 GPBInt32BoolDictionary *dict2 =1630 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2[all …]
173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
1358 @interface GPBInt32BoolDictionary : NSObject <NSCopying>1383 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;1421 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
3913 @implementation GPBInt32BoolDictionary { implementation3937 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument3961 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];3968 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {3971 GPBInt32BoolDictionary *otherDictionary = other;4068 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
360 result = [[GPBInt32BoolDictionary alloc] init];1391 GPBInt32BoolDictionary *dict =