Searched refs:GPBInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1530 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1542 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];1562 GPBInt32BoolDictionary *dict =1563 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1620 GPBInt32BoolDictionary *dict1 =1621 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11625 GPBInt32BoolDictionary *dict1prime =1626 [[GPBInt32BoolDictionary alloc] initWithBools:kValues11630 GPBInt32BoolDictionary *dict2 =1631 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2[all …]
176 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
1359 @interface GPBInt32BoolDictionary : NSObject <NSCopying>1384 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;1422 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
3918 @implementation GPBInt32BoolDictionary { implementation3942 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument3966 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];3973 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {3976 GPBInt32BoolDictionary *otherDictionary = other;4073 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
358 result = [[GPBInt32BoolDictionary alloc] init];1382 GPBInt32BoolDictionary *dict =