Searched refs:GPBInt64UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
94 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];106 GPBInt64UInt32Dictionary *dict = [GPBInt64UInt32Dictionary dictionaryWithUInt32:100U forKey:21LL];124 GPBInt64UInt32Dictionary *dict =125 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues182 GPBInt64UInt32Dictionary *dict1 =183 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1187 GPBInt64UInt32Dictionary *dict1prime =188 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1192 GPBInt64UInt32Dictionary *dict2 =193 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2[all …]
275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
1148 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>1158 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;1164 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;1174 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
7445 @implementation GPBInt64UInt32Dictionary { implementation7458 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithUInt32s:&value7468 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithUInt32s:values7473 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt32Dictionary *)dictionary {7476 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument7502 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument7526 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];7533 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {7536 GPBInt64UInt32Dictionary *otherDictionary = other;7624 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
438 result = [[GPBInt64UInt32Dictionary alloc] init];