Searched refs:GPBInt32DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2236 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];2248 GPBInt32DoubleDictionary *dict = [GPBInt32DoubleDictionary dictionaryWithDouble:600. forKey:11];2266 GPBInt32DoubleDictionary *dict =2267 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2324 GPBInt32DoubleDictionary *dict1 =2325 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12329 GPBInt32DoubleDictionary *dict1prime =2330 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12334 GPBInt32DoubleDictionary *dict2 =2335 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2[all …]
185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
642 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>652 + (instancetype)dictionaryWithDictionary:(GPBInt32DoubleDictionary *)dictionary;658 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;668 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
4741 @implementation GPBInt32DoubleDictionary { implementation4754 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDoubles:&value4764 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDoubles:values4769 + (instancetype)dictionaryWithDictionary:(GPBInt32DoubleDictionary *)dictionary {4772 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument4798 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument4822 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];4829 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {4832 GPBInt32DoubleDictionary *otherDictionary = other;4920 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
369 result = [[GPBInt32DoubleDictionary alloc] init];1462 GPBInt32DoubleDictionary *dict =