Searched refs:GPBUInt64UInt32Dictionary (Results 1 – 5 of 5) sorted by relevance
94 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];106 …GPBUInt64UInt32Dictionary *dict = [GPBUInt64UInt32Dictionary dictionaryWithValue:100U forKey:31ULL…124 GPBUInt64UInt32Dictionary *dict =125 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues182 GPBUInt64UInt32Dictionary *dict1 =183 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues1187 GPBUInt64UInt32Dictionary *dict1prime =188 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues1192 GPBUInt64UInt32Dictionary *dict2 =193 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues2[all …]
212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
739 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>749 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;755 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;763 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
5441 @implementation GPBUInt64UInt32Dictionary { implementation5454 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithValues:&value5464 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithValues:values5469 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {5472 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5498 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument5522 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];5525 - (BOOL)isEqual:(GPBUInt64UInt32Dictionary *)other { argument5529 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {5619 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
375 result = [[GPBUInt64UInt32Dictionary alloc] init];