Home
last modified time | relevance | path

Searched refs:GPBInt32DoubleDictionary (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int32.m2236 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];
2248 GPBInt32DoubleDictionary *dict = [GPBInt32DoubleDictionary dictionaryWithDouble:600. forKey:11];
2266 GPBInt32DoubleDictionary *dict =
2267 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues
2324 GPBInt32DoubleDictionary *dict1 =
2325 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2329 GPBInt32DoubleDictionary *dict1prime =
2330 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2334 GPBInt32DoubleDictionary *dict2 =
2335 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
DGPBDictionary.h642 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>
652 + (instancetype)dictionaryWithDictionary:(GPBInt32DoubleDictionary *)dictionary;
658 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;
668 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
DGPBDictionary.m4741 @implementation GPBInt32DoubleDictionary { implementation
4754 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDoubles:&value
4764 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDoubles:values
4769 + (instancetype)dictionaryWithDictionary:(GPBInt32DoubleDictionary *)dictionary {
4772 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4798 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument
4822 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
4829 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {
4832 GPBInt32DoubleDictionary *otherDictionary = other;
4920 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
DGPBMessage.m369 result = [[GPBInt32DoubleDictionary alloc] init];
1462 GPBInt32DoubleDictionary *dict =