Searched refs:GPBStringInt64Dictionary (Results 1 – 5 of 5) sorted by relevance
1165 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];1177 GPBStringInt64Dictionary *dict = [GPBStringInt64Dictionary dictionaryWithInt64:400 forKey:@"foo"];1195 GPBStringInt64Dictionary *dict =1196 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1253 GPBStringInt64Dictionary *dict1 =1254 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11258 GPBStringInt64Dictionary *dict1prime =1259 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues11263 GPBStringInt64Dictionary *dict2 =1264 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2[all …]
419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
1987 @interface GPBStringInt64Dictionary : NSObject <NSCopying>1997 + (instancetype)dictionaryWithDictionary:(GPBStringInt64Dictionary *)dictionary;2003 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;2013 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
10063 @implementation GPBStringInt64Dictionary { implementation10076 return [[(GPBStringInt64Dictionary*)[self alloc] initWithInt64s:&value10086 return [[(GPBStringInt64Dictionary*)[self alloc] initWithInt64s:values10091 + (instancetype)dictionaryWithDictionary:(GPBStringInt64Dictionary *)dictionary {10094 return [[(GPBStringInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument10124 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument10148 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];10155 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {10158 GPBStringInt64Dictionary *otherDictionary = other;10246 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
495 result = [[GPBStringInt64Dictionary alloc] init];