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 dictionaryWithEnum:700 forKey:11];2623 GPBInt32EnumDictionary *dict =2624 [[GPBInt32EnumDictionary alloc] initWithEnums:kValues2681 GPBInt32EnumDictionary *dict1 =2682 [[GPBInt32EnumDictionary alloc] initWithEnums:kValues12686 GPBInt32EnumDictionary *dict1prime =[all …]
1097 orig.knownMapField = [GPBInt32EnumDictionary1099 orig.unknownMapField = [GPBInt32EnumDictionary
191 @interface GPBInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32EnumDictionary() function
679 @interface GPBInt32EnumDictionary : NSObject <NSCopying>693 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary;702 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary;727 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary;
372 result = [[GPBInt32EnumDictionary alloc]1602 GPBInt32EnumDictionary *dict =2492 GPBInt32EnumDictionary *resultDict =
4948 @implementation GPBInt32EnumDictionary { implementation4975 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func4987 return [[(GPBInt32EnumDictionary*)[self alloc] initWithValidationFunction:func4993 + (instancetype)dictionaryWithDictionary:(GPBInt32EnumDictionary *)dictionary {4996 return [[(GPBInt32EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument5029 - (instancetype)initWithDictionary:(GPBInt32EnumDictionary *)dictionary { argument5057 return [[GPBInt32EnumDictionary allocWithZone:zone] initWithDictionary:self];5064 if (![other isKindOfClass:[GPBInt32EnumDictionary class]]) {5067 GPBInt32EnumDictionary *otherDictionary = other;5193 - (void)addRawEntriesFromDictionary:(GPBInt32EnumDictionary *)otherDictionary { argument[all …]