Searched refs:GPBUInt64BoolDictionary (Results 1 – 10 of 10) sorted by relevance
1530 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];1542 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];1562 GPBUInt64BoolDictionary *dict =1563 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1620 GPBUInt64BoolDictionary *dict1 =1621 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues11625 GPBUInt64BoolDictionary *dict1prime =1626 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues11630 GPBUInt64BoolDictionary *dict2 =1631 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues2[all …]
241 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
2280 @interface GPBUInt64BoolDictionary : NSObject <NSCopying>2305 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary;2343 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary;
5668 @implementation GPBUInt64BoolDictionary { implementation5692 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary { argument5716 return [[GPBUInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];5723 if (![other isKindOfClass:[GPBUInt64BoolDictionary class]]) {5726 GPBUInt64BoolDictionary *otherDictionary = other;5823 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary { argument
404 result = [[GPBUInt64BoolDictionary alloc] init];