Searched refs:GPBUInt64BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1529 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];1541 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];1561 GPBUInt64BoolDictionary *dict =1562 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1619 GPBUInt64BoolDictionary *dict1 =1620 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues11624 GPBUInt64BoolDictionary *dict1prime =1625 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues11629 GPBUInt64BoolDictionary *dict2 =1630 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues2[all …]
236 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
2279 @interface GPBUInt64BoolDictionary : NSObject <NSCopying>2304 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary;2342 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary;
5661 @implementation GPBUInt64BoolDictionary { implementation5685 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary { argument5709 return [[GPBUInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];5716 if (![other isKindOfClass:[GPBUInt64BoolDictionary class]]) {5719 GPBUInt64BoolDictionary *otherDictionary = other;5816 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary { argument
404 result = [[GPBUInt64BoolDictionary alloc] init];