Searched refs:GPBInt32UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
808 GPBInt32UInt64Dictionary *dict = [[GPBInt32UInt64Dictionary alloc] init];820 GPBInt32UInt64Dictionary *dict = [GPBInt32UInt64Dictionary dictionaryWithUInt64:300U forKey:11];838 GPBInt32UInt64Dictionary *dict =839 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues896 GPBInt32UInt64Dictionary *dict1 =897 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues1901 GPBInt32UInt64Dictionary *dict1prime =902 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues1906 GPBInt32UInt64Dictionary *dict2 =907 [[GPBInt32UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
161 @interface GPBInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt64Dictionary() function
494 @interface GPBInt32UInt64Dictionary : NSObject <NSCopying>504 + (instancetype)dictionaryWithDictionary:(GPBInt32UInt64Dictionary *)dictionary;510 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary;520 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary;
358 result = [[GPBInt32UInt64Dictionary alloc] init];1422 GPBInt32UInt64Dictionary *dict =1582 GPBInt32UInt64Dictionary *dict =
3913 @implementation GPBInt32UInt64Dictionary { implementation3926 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithUInt64s:&value3936 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithUInt64s:values3941 + (instancetype)dictionaryWithDictionary:(GPBInt32UInt64Dictionary *)dictionary {3944 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument3970 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary { argument3994 return [[GPBInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];4001 if (![other isKindOfClass:[GPBInt32UInt64Dictionary class]]) {4004 GPBInt32UInt64Dictionary *otherDictionary = other;4092 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary { argument