Searched refs:GPBUInt64Int64Dictionary (Results 1 – 10 of 10) sorted by relevance
1169 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];1181 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];1201 GPBUInt64Int64Dictionary *dict =1202 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1259 GPBUInt64Int64Dictionary *dict1 =1260 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues11264 GPBUInt64Int64Dictionary *dict1prime =1265 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues11269 GPBUInt64Int64Dictionary *dict2 =1270 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues2[all …]
235 @interface GPBUInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int64Dictionary() function
2185 @interface GPBUInt64Int64Dictionary : NSObject <NSCopying>2210 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary;2248 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary;
5485 @implementation GPBUInt64Int64Dictionary { implementation5509 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary { argument5533 return [[GPBUInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];5540 if (![other isKindOfClass:[GPBUInt64Int64Dictionary class]]) {5543 GPBUInt64Int64Dictionary *otherDictionary = other;5640 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary { argument
422 result = [[GPBUInt64Int64Dictionary alloc] init];