Searched refs:GPBUInt32UInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
808 GPBUInt32UInt64Dictionary *dict = [[GPBUInt32UInt64Dictionary alloc] init];820 GPBUInt32UInt64Dictionary *dict = [GPBUInt32UInt64Dictionary dictionaryWithValue:300U forKey:1U];838 GPBUInt32UInt64Dictionary *dict =839 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues896 GPBUInt32UInt64Dictionary *dict1 =897 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues1901 GPBUInt32UInt64Dictionary *dict1prime =902 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues1906 GPBUInt32UInt64Dictionary *dict2 =907 [[GPBUInt32UInt64Dictionary alloc] initWithValues:kValues2[all …]
98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
117 @interface GPBUInt32UInt64Dictionary : NSObject <NSCopying>127 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;133 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary;141 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary;
1925 @implementation GPBUInt32UInt64Dictionary { implementation1938 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithValues:&value1948 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithValues:values1953 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {1956 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument1982 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary { argument2006 return [[GPBUInt32UInt64Dictionary allocWithZone:zone] initWithDictionary:self];2009 - (BOOL)isEqual:(GPBUInt32UInt64Dictionary *)other { argument2013 if (![other isKindOfClass:[GPBUInt32UInt64Dictionary class]]) {2103 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary { argument
295 result = [[GPBUInt32UInt64Dictionary alloc] init];