Searched refs:GPBUInt32UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];820 GPBUInt32UInt64Dictionary *dict = [GPBUInt32UInt64Dictionary dictionaryWithUInt64:300U forKey:1U];838 GPBUInt32UInt64Dictionary *dict =839 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues896 GPBUInt32UInt64Dictionary *dict1 =897 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1901 GPBUInt32UInt64Dictionary *dict1prime =902 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues1906 GPBUInt32UInt64Dictionary *dict2 =907 [[GPBUInt32UInt64Dictionary alloc] initWithUInt64s:kValues2[all …]
98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
130 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>140 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;146 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;156 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
1940 @implementation GPBUInt32UInt64Dictionary { implementation1953 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithUInt64s:&value1963 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithUInt64s:values1968 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {1971 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument1997 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument2021 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];2028 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {2031 GPBUInt32UInt64Dictionary *otherDictionary = other;2119 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
313 result = [[GPBUInt32UInt64Dictionary alloc] init];