Searched refs:GPBInt32EnumDictionary (Results 1 – 6 of 6) sorted by relevance
47 @interface GPBInt32EnumDictionary (TestingTweak) interface in TestingTweak66 @implementation GPBInt32EnumDictionary (TestingTweak) implementation in TestingTweak70 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue2593 GPBInt32EnumDictionary *dict = [[GPBInt32EnumDictionary alloc] init];2605 GPBInt32EnumDictionary *dict = [GPBInt32EnumDictionary dictionaryWithValue:700 forKey:11];2623 GPBInt32EnumDictionary *dict =2624 [[GPBInt32EnumDictionary alloc] initWithValues:kValues2681 GPBInt32EnumDictionary *dict1 =2682 [[GPBInt32EnumDictionary alloc] initWithValues:kValues12686 GPBInt32EnumDictionary *dict1prime =[all …]
1000 orig.knownMapField = [GPBInt32EnumDictionary1002 orig.unknownMapField = [GPBInt32EnumDictionary
191 @interface GPBInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32EnumDictionary() function
638 @interface GPBInt32EnumDictionary : NSObject <NSCopying>652 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary;661 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary;682 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary;
354 result = [[GPBInt32EnumDictionary alloc]1586 GPBInt32EnumDictionary *dict =2479 GPBInt32EnumDictionary *resultDict =
4919 @implementation GPBInt32EnumDictionary { implementation4946 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func4958 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func4964 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary {4967 return [[(GPBInt32EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5000 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary { argument5028 return [[GPBInt32EnumDictionary allocWithZone:zone] initWithDictionary:self];5031 - (BOOL)isEqual:(GPBInt32EnumDictionary *)other { argument5035 if (![other isKindOfClass:[GPBInt32EnumDictionary class]]) {5163 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary { argument[all …]