Searched refs:GPBUInt64DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2252 GPBUInt64DoubleDictionary *dict = [[GPBUInt64DoubleDictionary alloc] init];2264 GPBUInt64DoubleDictionary *dict = [[GPBUInt64DoubleDictionary alloc] init];2284 GPBUInt64DoubleDictionary *dict =2285 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues2342 GPBUInt64DoubleDictionary *dict1 =2343 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues12347 GPBUInt64DoubleDictionary *dict1prime =2348 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues12352 GPBUInt64DoubleDictionary *dict2 =2353 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues2[all …]
253 @interface GPBUInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64DoubleDictionary() function
2470 @interface GPBUInt64DoubleDictionary : NSObject <NSCopying>2495 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary;2533 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary;
6034 @implementation GPBUInt64DoubleDictionary { implementation6058 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary { argument6082 return [[GPBUInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];6089 if (![other isKindOfClass:[GPBUInt64DoubleDictionary class]]) {6092 GPBUInt64DoubleDictionary *otherDictionary = other;6189 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary { argument
426 result = [[GPBUInt64DoubleDictionary alloc] init];