Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt64.m94 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
106GPBUInt64UInt32Dictionary *dict = [GPBUInt64UInt32Dictionary dictionaryWithUInt32:100U forKey:31UL…
124 GPBUInt64UInt32Dictionary *dict =
125 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues
182 GPBUInt64UInt32Dictionary *dict1 =
183 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
187 GPBUInt64UInt32Dictionary *dict1prime =
188 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
192 GPBUInt64UInt32Dictionary *dict2 =
193 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.h784 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>
794 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
800 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
810 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m5472 @implementation GPBUInt64UInt32Dictionary { implementation
5485 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithUInt32s:&value
5495 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithUInt32s:values
5500 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {
5503 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5529 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument
5553 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
5560 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {
5563 GPBUInt64UInt32Dictionary *otherDictionary = other;
5651 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m393 result = [[GPBUInt64UInt32Dictionary alloc] init];