Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt64.m451 GPBUInt64Int32Dictionary *dict = [[GPBUInt64Int32Dictionary alloc] init];
463 GPBUInt64Int32Dictionary *dict = [GPBUInt64Int32Dictionary dictionaryWithInt32:200 forKey:31ULL];
481 GPBUInt64Int32Dictionary *dict =
482 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues
539 GPBUInt64Int32Dictionary *dict1 =
540 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1
544 GPBUInt64Int32Dictionary *dict1prime =
545 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues1
549 GPBUInt64Int32Dictionary *dict2 =
550 [[GPBUInt64Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h218 @interface GPBUInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int32Dictionary() function
DGPBDictionary.h821 @interface GPBUInt64Int32Dictionary : NSObject <NSCopying>
831 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;
837 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;
847 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary;
DGPBDictionary.m5679 @implementation GPBUInt64Int32Dictionary { implementation
5692 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithInt32s:&value
5702 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithInt32s:values
5707 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary {
5710 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5736 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary { argument
5760 return [[GPBUInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];
5767 if (![other isKindOfClass:[GPBUInt64Int32Dictionary class]]) {
5770 GPBUInt64Int32Dictionary *otherDictionary = other;
5858 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary { argument
DGPBMessage.m398 result = [[GPBUInt64Int32Dictionary alloc] init];