Searched refs:GPBUInt64Int32Dictionary (Results 1 – 5 of 5) sorted by relevance
451 GPBUInt64Int32Dictionary *dict = [[GPBUInt64Int32Dictionary alloc] init];463 GPBUInt64Int32Dictionary *dict = [GPBUInt64Int32Dictionary dictionaryWithInt32:200 forKey:31ULL];481 GPBUInt64Int32Dictionary *dict =482 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues539 GPBUInt64Int32Dictionary *dict1 =540 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1544 GPBUInt64Int32Dictionary *dict1prime =545 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1549 GPBUInt64Int32Dictionary *dict2 =550 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues2[all …]
218 @interface GPBUInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int32Dictionary() function
821 @interface GPBUInt64Int32Dictionary : NSObject <NSCopying>831 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;837 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;847 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary;
5679 @implementation GPBUInt64Int32Dictionary { implementation5692 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithInt32s:&value5702 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithInt32s:values5707 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary {5710 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5736 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary { argument5760 return [[GPBUInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];5767 if (![other isKindOfClass:[GPBUInt64Int32Dictionary class]]) {5770 GPBUInt64Int32Dictionary *otherDictionary = other;5858 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary { argument
398 result = [[GPBUInt64Int32Dictionary alloc] init];