Searched refs:GPBInt32FloatDictionary (Results 1 – 5 of 5) sorted by relevance
1879 GPBInt32FloatDictionary *dict = [[GPBInt32FloatDictionary alloc] init];1891 GPBInt32FloatDictionary *dict = [GPBInt32FloatDictionary dictionaryWithFloat:500.f forKey:11];1909 GPBInt32FloatDictionary *dict =1910 [[GPBInt32FloatDictionary alloc] initWithFloats:kValues1967 GPBInt32FloatDictionary *dict1 =1968 [[GPBInt32FloatDictionary alloc] initWithFloats:kValues11972 GPBInt32FloatDictionary *dict1prime =1973 [[GPBInt32FloatDictionary alloc] initWithFloats:kValues11977 GPBInt32FloatDictionary *dict2 =1978 [[GPBInt32FloatDictionary alloc] initWithFloats:kValues2[all …]
179 @interface GPBInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32FloatDictionary() function
605 @interface GPBInt32FloatDictionary : NSObject <NSCopying>615 + (instancetype)dictionaryWithDictionary:(GPBInt32FloatDictionary *)dictionary;621 - (instancetype)initWithDictionary:(GPBInt32FloatDictionary *)dictionary;631 - (void)addEntriesFromDictionary:(GPBInt32FloatDictionary *)otherDictionary;
4534 @implementation GPBInt32FloatDictionary { implementation4547 return [[(GPBInt32FloatDictionary*)[self alloc] initWithFloats:&value4557 return [[(GPBInt32FloatDictionary*)[self alloc] initWithFloats:values4562 + (instancetype)dictionaryWithDictionary:(GPBInt32FloatDictionary *)dictionary {4565 return [[(GPBInt32FloatDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument4591 - (instancetype)initWithDictionary:(GPBInt32FloatDictionary *)dictionary { argument4615 return [[GPBInt32FloatDictionary allocWithZone:zone] initWithDictionary:self];4622 if (![other isKindOfClass:[GPBInt32FloatDictionary class]]) {4625 GPBInt32FloatDictionary *otherDictionary = other;4713 - (void)addEntriesFromDictionary:(GPBInt32FloatDictionary *)otherDictionary { argument
366 result = [[GPBInt32FloatDictionary alloc] init];1402 GPBInt32FloatDictionary *dict =