Searched refs:GPBInt64DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2236 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];2248 GPBInt64DoubleDictionary *dict = [GPBInt64DoubleDictionary dictionaryWithValue:600. forKey:21LL];2266 GPBInt64DoubleDictionary *dict =2267 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues2324 GPBInt64DoubleDictionary *dict1 =2325 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues12329 GPBInt64DoubleDictionary *dict1prime =2330 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues12334 GPBInt64DoubleDictionary *dict2 =2335 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues2[all …]
311 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
1295 @interface GPBInt64DoubleDictionary : NSObject <NSCopying>1305 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary;1311 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary;1319 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary;
8641 @implementation GPBInt64DoubleDictionary { implementation8654 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithValues:&value8664 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithValues:values8669 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary {8672 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8698 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary { argument8722 return [[GPBInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];8725 - (BOOL)isEqual:(GPBInt64DoubleDictionary *)other { argument8729 if (![other isKindOfClass:[GPBInt64DoubleDictionary class]]) {8819 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary { argument
440 result = [[GPBInt64DoubleDictionary alloc] init];