Searched refs:GPBUInt32DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2251 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];2263 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];2283 GPBUInt32DoubleDictionary *dict =2284 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2341 GPBUInt32DoubleDictionary *dict1 =2342 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues12346 GPBUInt32DoubleDictionary *dict1prime =2347 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues12351 GPBUInt32DoubleDictionary *dict2 =2352 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2[all …]
122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
627 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>652 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;690 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
2531 @implementation GPBUInt32DoubleDictionary { implementation2555 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument2579 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];2586 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {2589 GPBUInt32DoubleDictionary *otherDictionary = other;2686 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
339 result = [[GPBUInt32DoubleDictionary alloc] init];