Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int64.m47 @interface GPBInt64EnumDictionary (TestingTweak) interface in TestingTweak
66 @implementation GPBInt64EnumDictionary (TestingTweak) implementation in TestingTweak
70 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue
2593 GPBInt64EnumDictionary *dict = [[GPBInt64EnumDictionary alloc] init];
2605 GPBInt64EnumDictionary *dict = [GPBInt64EnumDictionary dictionaryWithEnum:700 forKey:21LL];
2623 GPBInt64EnumDictionary *dict =
2624 [[GPBInt64EnumDictionary alloc] initWithEnums:kValues
2681 GPBInt64EnumDictionary *dict1 =
2682 [[GPBInt64EnumDictionary alloc] initWithEnums:kValues1
2686 GPBInt64EnumDictionary *dict1prime =
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h317 @interface GPBInt64EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64EnumDictionary() function
DGPBDictionary.h1407 @interface GPBInt64EnumDictionary : NSObject <NSCopying>
1421 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary;
1430 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary;
1455 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary;
DGPBDictionary.m8894 @implementation GPBInt64EnumDictionary { implementation
8921 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func
8933 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func
8939 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary {
8942 return [[(GPBInt64EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8975 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary { argument
9003 return [[GPBInt64EnumDictionary allocWithZone:zone] initWithDictionary:self];
9010 if (![other isKindOfClass:[GPBInt64EnumDictionary class]]) {
9013 GPBInt64EnumDictionary *otherDictionary = other;
9139 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary { argument
[all …]
DGPBMessage.m461 result = [[GPBInt64EnumDictionary alloc]