Searched refs:GPBInt64UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
808 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];820 GPBInt64UInt64Dictionary *dict = [GPBInt64UInt64Dictionary dictionaryWithUInt64:300U forKey:21LL];838 GPBInt64UInt64Dictionary *dict =839 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues896 GPBInt64UInt64Dictionary *dict1 =897 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1901 GPBInt64UInt64Dictionary *dict1prime =902 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1906 GPBInt64UInt64Dictionary *dict2 =907 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
287 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
1222 @interface GPBInt64UInt64Dictionary : NSObject <NSCopying>1232 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;1238 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;1248 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary;
7859 @implementation GPBInt64UInt64Dictionary { implementation7872 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithUInt64s:&value7882 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithUInt64s:values7887 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt64Dictionary *)dictionary {7890 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument7916 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary { argument7940 return [[GPBInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];7947 if (![other isKindOfClass:[GPBInt64UInt64Dictionary class]]) {7950 GPBInt64UInt64Dictionary *otherDictionary = other;8038 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary { argument
447 result = [[GPBInt64UInt64Dictionary alloc] init];