Searched refs:GPBInt64Int64Dictionary (Results 1 – 5 of 5) sorted by relevance
1165 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];1177 GPBInt64Int64Dictionary *dict = [GPBInt64Int64Dictionary dictionaryWithInt64:400 forKey:21LL];1195 GPBInt64Int64Dictionary *dict =1196 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1253 GPBInt64Int64Dictionary *dict1 =1254 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues11258 GPBInt64Int64Dictionary *dict1prime =1259 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues11263 GPBInt64Int64Dictionary *dict2 =1264 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues2[all …]
293 @interface GPBInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int64Dictionary() function
1259 @interface GPBInt64Int64Dictionary : NSObject <NSCopying>1269 + (instancetype)dictionaryWithDictionary:(GPBInt64Int64Dictionary *)dictionary;1275 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary;1285 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary;
8066 @implementation GPBInt64Int64Dictionary { implementation8079 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithInt64s:&value8089 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithInt64s:values8094 + (instancetype)dictionaryWithDictionary:(GPBInt64Int64Dictionary *)dictionary {8097 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8123 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary { argument8147 return [[GPBInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];8154 if (![other isKindOfClass:[GPBInt64Int64Dictionary class]]) {8157 GPBInt64Int64Dictionary *otherDictionary = other;8245 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary { argument
452 result = [[GPBInt64Int64Dictionary alloc] init];