Home
last modified time | relevance | path

Searched refs:GPBInt32EnumDictionary (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int32.m47 @interface GPBInt32EnumDictionary (TestingTweak) interface in TestingTweak
66 @implementation GPBInt32EnumDictionary (TestingTweak) implementation in TestingTweak
70 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue
2593 GPBInt32EnumDictionary *dict = [[GPBInt32EnumDictionary alloc] init];
2605 GPBInt32EnumDictionary *dict = [GPBInt32EnumDictionary dictionaryWithEnum:700 forKey:11];
2623 GPBInt32EnumDictionary *dict =
2624 [[GPBInt32EnumDictionary alloc] initWithEnums:kValues
2681 GPBInt32EnumDictionary *dict1 =
2682 [[GPBInt32EnumDictionary alloc] initWithEnums:kValues1
2686 GPBInt32EnumDictionary *dict1prime =
[all …]
DGPBMessageTests+Serialization.m1097 orig.knownMapField = [GPBInt32EnumDictionary
1099 orig.unknownMapField = [GPBInt32EnumDictionary
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h191 @interface GPBInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32EnumDictionary() function
DGPBDictionary.h679 @interface GPBInt32EnumDictionary : NSObject <NSCopying>
693 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary;
702 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary;
727 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary;
DGPBMessage.m372 result = [[GPBInt32EnumDictionary alloc]
1602 GPBInt32EnumDictionary *dict =
2492 GPBInt32EnumDictionary *resultDict =
DGPBDictionary.m4948 @implementation GPBInt32EnumDictionary { implementation
4975 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func
4987 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func
4993 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary {
4996 return [[(GPBInt32EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5029 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary { argument
5057 return [[GPBInt32EnumDictionary allocWithZone:zone] initWithDictionary:self];
5064 if (![other isKindOfClass:[GPBInt32EnumDictionary class]]) {
5067 GPBInt32EnumDictionary *otherDictionary = other;
5193 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary { argument
[all …]