Searched refs:GPBInt32DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2252 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];2264 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];2284 GPBInt32DoubleDictionary *dict =2285 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2342 GPBInt32DoubleDictionary *dict1 =2343 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12347 GPBInt32DoubleDictionary *dict1prime =2348 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12352 GPBInt32DoubleDictionary *dict2 =2353 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2[all …]
188 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
1549 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>1574 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;1612 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
4284 @implementation GPBInt32DoubleDictionary { implementation4308 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument4332 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];4339 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {4342 GPBInt32DoubleDictionary *otherDictionary = other;4439 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
382 result = [[GPBInt32DoubleDictionary alloc] init];1514 GPBInt32DoubleDictionary *dict =