Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt32.m451 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];
463 GPBUInt32Int32Dictionary *dict = [GPBUInt32Int32Dictionary dictionaryWithInt32:200 forKey:1U];
481 GPBUInt32Int32Dictionary *dict =
482 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
539 GPBUInt32Int32Dictionary *dict1 =
540 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1
544 GPBUInt32Int32Dictionary *dict1prime =
545 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1
549 GPBUInt32Int32Dictionary *dict2 =
550 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h92 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary() function
DGPBDictionary.h93 @interface GPBUInt32Int32Dictionary : NSObject <NSCopying>
103 + (instancetype)dictionaryWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;
109 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;
119 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary;
DGPBDictionary.m1733 @implementation GPBUInt32Int32Dictionary { implementation
1746 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithInt32s:&value
1756 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithInt32s:values
1761 + (instancetype)dictionaryWithDictionary:(GPBUInt32Int32Dictionary *)dictionary {
1764 return [[(GPBUInt32Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1790 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary { argument
1814 return [[GPBUInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];
1821 if (![other isKindOfClass:[GPBUInt32Int32Dictionary class]]) {
1824 GPBUInt32Int32Dictionary *otherDictionary = other;
1912 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary { argument
DGPBMessage.m309 result = [[GPBUInt32Int32Dictionary alloc] init];