Searched refs:GPBInt32DoubleDictionary (Results 1 – 5 of 5) sorted by relevance
2251 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];2263 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];2283 GPBInt32DoubleDictionary *dict =2284 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2341 GPBInt32DoubleDictionary *dict1 =2342 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12346 GPBInt32DoubleDictionary *dict1prime =2347 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues12351 GPBInt32DoubleDictionary *dict2 =2352 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2[all …]
185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
1548 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>1573 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;1611 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
4279 @implementation GPBInt32DoubleDictionary { implementation4303 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument4327 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];4334 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {4337 GPBInt32DoubleDictionary *otherDictionary = other;4434 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
384 result = [[GPBInt32DoubleDictionary alloc] init];1511 GPBInt32DoubleDictionary *dict =