Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt32.m94 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
106 GPBUInt32UInt32Dictionary *dict = [GPBUInt32UInt32Dictionary dictionaryWithUInt32:100U forKey:1U];
124 GPBUInt32UInt32Dictionary *dict =
125 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
182 GPBUInt32UInt32Dictionary *dict1 =
183 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
187 GPBUInt32UInt32Dictionary *dict1prime =
188 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
192 GPBUInt32UInt32Dictionary *dict2 =
193 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
DGPBDictionary.h56 @interface GPBUInt32UInt32Dictionary : NSObject <NSCopying>
66 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;
72 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;
82 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary;
DGPBDictionary.m1526 @implementation GPBUInt32UInt32Dictionary { implementation
1539 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithUInt32s:&value
1549 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithUInt32s:values
1554 + (instancetype)dictionaryWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary {
1557 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1583 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary { argument
1607 return [[GPBUInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
1614 if (![other isKindOfClass:[GPBUInt32UInt32Dictionary class]]) {
1617 GPBUInt32UInt32Dictionary *otherDictionary = other;
1705 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m304 result = [[GPBUInt32UInt32Dictionary alloc] init];