Searched refs:GPBInt64DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2236 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];2248 GPBInt64DoubleDictionary *dict = [GPBInt64DoubleDictionary dictionaryWithDouble:600. forKey:21LL];2266 GPBInt64DoubleDictionary *dict =2267 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues2324 GPBInt64DoubleDictionary *dict1 =2325 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues12329 GPBInt64DoubleDictionary *dict1prime =2330 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues12334 GPBInt64DoubleDictionary *dict2 =2335 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues2[all …]
311 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
1370 @interface GPBInt64DoubleDictionary : NSObject <NSCopying>1380 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary;1386 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary;1396 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary;
8687 @implementation GPBInt64DoubleDictionary { implementation8700 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDoubles:&value8710 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDoubles:values8715 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary {8718 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8744 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary { argument8768 return [[GPBInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];8775 if (![other isKindOfClass:[GPBInt64DoubleDictionary class]]) {8778 GPBInt64DoubleDictionary *otherDictionary = other;8866 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary { argument
458 result = [[GPBInt64DoubleDictionary alloc] init];