Searched refs:GPBUInt32DoubleDictionary (Results 1 – 10 of 10) sorted by relevance
2252 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];2264 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];2284 GPBUInt32DoubleDictionary *dict =2285 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2342 GPBUInt32DoubleDictionary *dict1 =2343 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues12347 GPBUInt32DoubleDictionary *dict1prime =2348 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues12352 GPBUInt32DoubleDictionary *dict2 =2353 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2[all …]
123 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
628 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>653 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;691 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
2534 @implementation GPBUInt32DoubleDictionary { implementation2558 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument2582 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];2589 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {2592 GPBUInt32DoubleDictionary *otherDictionary = other;2689 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
339 result = [[GPBUInt32DoubleDictionary alloc] init];