Searched refs:GPBUInt64Int64Dictionary (Results 1 – 5 of 5) sorted by relevance
1168 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];1180 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];1200 GPBUInt64Int64Dictionary *dict =1201 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1258 GPBUInt64Int64Dictionary *dict1 =1259 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues11263 GPBUInt64Int64Dictionary *dict1prime =1264 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues11268 GPBUInt64Int64Dictionary *dict2 =1269 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues2[all …]
230 @interface GPBUInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int64Dictionary() function
2184 @interface GPBUInt64Int64Dictionary : NSObject <NSCopying>2209 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary;2247 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary;
5478 @implementation GPBUInt64Int64Dictionary { implementation5502 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary { argument5526 return [[GPBUInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];5533 if (![other isKindOfClass:[GPBUInt64Int64Dictionary class]]) {5536 GPBUInt64Int64Dictionary *otherDictionary = other;5633 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary { argument
422 result = [[GPBUInt64Int64Dictionary alloc] init];