Searched refs:GPBUInt32Int64Dictionary (Results 1 – 10 of 10) sorted by relevance
1169 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];1181 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];1201 GPBUInt32Int64Dictionary *dict =1202 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues1259 GPBUInt32Int64Dictionary *dict1 =1260 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues11264 GPBUInt32Int64Dictionary *dict1prime =1265 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues11269 GPBUInt32Int64Dictionary *dict2 =1270 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues2[all …]
105 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary() function
343 @interface GPBUInt32Int64Dictionary : NSObject <NSCopying>368 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary;406 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary;
1985 @implementation GPBUInt32Int64Dictionary { implementation2009 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary { argument2033 return [[GPBUInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];2040 if (![other isKindOfClass:[GPBUInt32Int64Dictionary class]]) {2043 GPBUInt32Int64Dictionary *otherDictionary = other;2140 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary { argument
333 result = [[GPBUInt32Int64Dictionary alloc] init];