Searched refs:GPBInt32Int64Dictionary (Results 1 – 5 of 5) sorted by relevance
1169 GPBInt32Int64Dictionary *dict = [[GPBInt32Int64Dictionary alloc] init];1181 GPBInt32Int64Dictionary *dict = [[GPBInt32Int64Dictionary alloc] init];1201 GPBInt32Int64Dictionary *dict =1202 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues1259 GPBInt32Int64Dictionary *dict1 =1260 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues11264 GPBInt32Int64Dictionary *dict1prime =1265 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues11269 GPBInt32Int64Dictionary *dict2 =1270 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues2[all …]
170 @interface GPBInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32Int64Dictionary() function
1264 @interface GPBInt32Int64Dictionary : NSObject <NSCopying>1289 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary;1327 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary;
376 result = [[GPBInt32Int64Dictionary alloc] init];1492 GPBInt32Int64Dictionary *dict =1558 GPBInt32Int64Dictionary *dict =1602 GPBInt32Int64Dictionary *dict =
3735 @implementation GPBInt32Int64Dictionary { implementation3759 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary { argument3783 return [[GPBInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];3790 if (![other isKindOfClass:[GPBInt32Int64Dictionary class]]) {3793 GPBInt32Int64Dictionary *otherDictionary = other;3890 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary { argument