Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt32.m47 @interface GPBUInt32EnumDictionary (TestingTweak) interface in TestingTweak
66 @implementation GPBUInt32EnumDictionary (TestingTweak) implementation in TestingTweak
70 …return [[(GPBUInt32EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue
2593 GPBUInt32EnumDictionary *dict = [[GPBUInt32EnumDictionary alloc] init];
2605 GPBUInt32EnumDictionary *dict = [GPBUInt32EnumDictionary dictionaryWithEnum:700 forKey:1U];
2623 GPBUInt32EnumDictionary *dict =
2624 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues
2681 GPBUInt32EnumDictionary *dict1 =
2682 [[GPBUInt32EnumDictionary alloc] initWithEnums:kValues1
2686 GPBUInt32EnumDictionary *dict1prime =
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h128 @interface GPBUInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32EnumDictionary() function
DGPBDictionary.h315 @interface GPBUInt32EnumDictionary : NSObject <NSCopying>
329 + (instancetype)dictionaryWithDictionary:(GPBUInt32EnumDictionary *)dictionary;
338 - (instancetype)initWithDictionary:(GPBUInt32EnumDictionary *)dictionary;
363 - (void)addRawEntriesFromDictionary:(GPBUInt32EnumDictionary *)otherDictionary;
DGPBDictionary.m2975 @implementation GPBUInt32EnumDictionary { implementation
3002 return [[(GPBUInt32EnumDictionary*)[self alloc] initWithValidationFunction:func
3014 return [[(GPBUInt32EnumDictionary*)[self alloc] initWithValidationFunction:func
3020 + (instancetype)dictionaryWithDictionary:(GPBUInt32EnumDictionary *)dictionary {
3023 return [[(GPBUInt32EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3056 - (instancetype)initWithDictionary:(GPBUInt32EnumDictionary *)dictionary { argument
3084 return [[GPBUInt32EnumDictionary allocWithZone:zone] initWithDictionary:self];
3091 if (![other isKindOfClass:[GPBUInt32EnumDictionary class]]) {
3094 GPBUInt32EnumDictionary *otherDictionary = other;
3220 - (void)addRawEntriesFromDictionary:(GPBUInt32EnumDictionary *)otherDictionary { argument
[all …]
DGPBMessage.m327 result = [[GPBUInt32EnumDictionary alloc]