Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int64.m94 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
106 GPBInt64UInt32Dictionary *dict = [GPBInt64UInt32Dictionary dictionaryWithUInt32:100U forKey:21LL];
124 GPBInt64UInt32Dictionary *dict =
125 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues
182 GPBInt64UInt32Dictionary *dict1 =
183 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
187 GPBInt64UInt32Dictionary *dict1prime =
188 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
192 GPBInt64UInt32Dictionary *dict2 =
193 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
DGPBDictionary.h1148 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>
1158 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;
1164 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;
1174 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m7445 @implementation GPBInt64UInt32Dictionary { implementation
7458 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithUInt32s:&value
7468 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithUInt32s:values
7473 + (instancetype)dictionaryWithDictionary:(GPBInt64UInt32Dictionary *)dictionary {
7476 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7502 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument
7526 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
7533 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {
7536 GPBInt64UInt32Dictionary *otherDictionary = other;
7624 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m438 result = [[GPBInt64UInt32Dictionary alloc] init];