Searched refs:GPBInt64BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1530 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];1542 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];1562 GPBInt64BoolDictionary *dict =1563 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1620 GPBInt64BoolDictionary *dict1 =1621 [[GPBInt64BoolDictionary alloc] initWithBools:kValues11625 GPBInt64BoolDictionary *dict1prime =1626 [[GPBInt64BoolDictionary alloc] initWithBools:kValues11630 GPBInt64BoolDictionary *dict2 =1631 [[GPBInt64BoolDictionary alloc] initWithBools:kValues2[all …]
306 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
3201 @interface GPBInt64BoolDictionary : NSObject <NSCopying>3226 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;3264 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
7418 @implementation GPBInt64BoolDictionary { implementation7442 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument7466 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];7473 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {7476 GPBInt64BoolDictionary *otherDictionary = other;7573 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
447 result = [[GPBInt64BoolDictionary alloc] init];