Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m451 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];
463 GPBStringInt32Dictionary *dict = [GPBStringInt32Dictionary dictionaryWithInt32:200 forKey:@"foo"];
481 GPBStringInt32Dictionary *dict =
482 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues
539 GPBStringInt32Dictionary *dict1 =
540 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
544 GPBStringInt32Dictionary *dict1prime =
545 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
549 GPBStringInt32Dictionary *dict2 =
550 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h407 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
DGPBDictionary.h1913 @interface GPBStringInt32Dictionary : NSObject <NSCopying>
1923 + (instancetype)dictionaryWithDictionary:(GPBStringInt32Dictionary *)dictionary;
1929 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary;
1939 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary;
DGPBDictionary.m9633 @implementation GPBStringInt32Dictionary { implementation
9646 return [[(GPBStringInt32Dictionary*)[self alloc] initWithInt32s:&value
9656 return [[(GPBStringInt32Dictionary*)[self alloc] initWithInt32s:values
9661 + (instancetype)dictionaryWithDictionary:(GPBStringInt32Dictionary *)dictionary {
9664 return [[(GPBStringInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
9694 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary { argument
9718 return [[GPBStringInt32Dictionary allocWithZone:zone] initWithDictionary:self];
9725 if (![other isKindOfClass:[GPBStringInt32Dictionary class]]) {
9728 GPBStringInt32Dictionary *otherDictionary = other;
9816 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary { argument
DGPBMessage.m486 result = [[GPBStringInt32Dictionary alloc] init];