Searched refs:GPBUInt32BoolDictionary (Results 1 – 5 of 5) sorted by relevance
1530 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];1542 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];1562 GPBUInt32BoolDictionary *dict =1563 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues1620 GPBUInt32BoolDictionary *dict1 =1621 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues11625 GPBUInt32BoolDictionary *dict1prime =1626 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues11630 GPBUInt32BoolDictionary *dict2 =1631 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues2[all …]
111 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary() function
438 @interface GPBUInt32BoolDictionary : NSObject <NSCopying>463 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary;501 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary;
2168 @implementation GPBUInt32BoolDictionary { implementation2192 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary { argument2216 return [[GPBUInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];2223 if (![other isKindOfClass:[GPBUInt32BoolDictionary class]]) {2226 GPBUInt32BoolDictionary *otherDictionary = other;2323 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary { argument
313 result = [[GPBUInt32BoolDictionary alloc] init];