Searched refs:GPBInt64EnumDictionary (Results 1 – 5 of 5) sorted by relevance
47 @interface GPBInt64EnumDictionary (TestingTweak) interface in TestingTweak66 @implementation GPBInt64EnumDictionary (TestingTweak) implementation in TestingTweak70 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue2593 GPBInt64EnumDictionary *dict = [[GPBInt64EnumDictionary alloc] init];2605 GPBInt64EnumDictionary *dict = [GPBInt64EnumDictionary dictionaryWithEnum:700 forKey:21LL];2623 GPBInt64EnumDictionary *dict =2624 [[GPBInt64EnumDictionary alloc] initWithEnums:kValues2681 GPBInt64EnumDictionary *dict1 =2682 [[GPBInt64EnumDictionary alloc] initWithEnums:kValues12686 GPBInt64EnumDictionary *dict1prime =[all …]
317 @interface GPBInt64EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64EnumDictionary() function
1407 @interface GPBInt64EnumDictionary : NSObject <NSCopying>1421 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary;1430 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary;1455 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary;
8894 @implementation GPBInt64EnumDictionary { implementation8921 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func8933 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func8939 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary {8942 return [[(GPBInt64EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8975 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary { argument9003 return [[GPBInt64EnumDictionary allocWithZone:zone] initWithDictionary:self];9010 if (![other isKindOfClass:[GPBInt64EnumDictionary class]]) {9013 GPBInt64EnumDictionary *otherDictionary = other;9139 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary { argument[all …]
461 result = [[GPBInt64EnumDictionary alloc]