Searched refs:GPBUInt64UInt32Dictionary (Results 1 – 10 of 10) sorted by relevance
86 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];98 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];118 GPBUInt64UInt32Dictionary *dict =119 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues176 GPBUInt64UInt32Dictionary *dict1 =177 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1181 GPBUInt64UInt32Dictionary *dict1prime =182 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1186 GPBUInt64UInt32Dictionary *dict2 =187 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
217 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
1900 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>1925 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;1963 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
4936 @implementation GPBUInt64UInt32Dictionary { implementation4960 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument4984 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];4991 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {4994 GPBUInt64UInt32Dictionary *otherDictionary = other;5091 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
408 result = [[GPBUInt64UInt32Dictionary alloc] init];