Searched refs:GPBInt64DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2252 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];2264 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];2284 GPBInt64DoubleDictionary *dict =2285 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues2342 GPBInt64DoubleDictionary *dict1 =2343 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues12347 GPBInt64DoubleDictionary *dict1prime =2348 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues12352 GPBInt64DoubleDictionary *dict2 =2353 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues2[all …]
318 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
3391 @interface GPBInt64DoubleDictionary : NSObject <NSCopying>3416 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary;3454 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary;
7784 @implementation GPBInt64DoubleDictionary { implementation7808 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary { argument7832 return [[GPBInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];7839 if (![other isKindOfClass:[GPBInt64DoubleDictionary class]]) {7842 GPBInt64DoubleDictionary *otherDictionary = other;7939 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary { argument
471 result = [[GPBInt64DoubleDictionary alloc] init];