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 dictionaryWithValue:700 forKey:21LL];2623 GPBInt64EnumDictionary *dict =2624 [[GPBInt64EnumDictionary alloc] initWithValues:kValues2681 GPBInt64EnumDictionary *dict1 =2682 [[GPBInt64EnumDictionary alloc] initWithValues:kValues12686 GPBInt64EnumDictionary *dict1prime =[all …]
317 @interface GPBInt64EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64EnumDictionary() function
1330 @interface GPBInt64EnumDictionary : NSObject <NSCopying>1344 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary;1353 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary;1374 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary;
8847 @implementation GPBInt64EnumDictionary { implementation8874 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func8886 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func8892 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary {8895 return [[(GPBInt64EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument8928 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary { argument8956 return [[GPBInt64EnumDictionary allocWithZone:zone] initWithDictionary:self];8959 - (BOOL)isEqual:(GPBInt64EnumDictionary *)other { argument8963 if (![other isKindOfClass:[GPBInt64EnumDictionary class]]) {9091 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary { argument[all …]
443 result = [[GPBInt64EnumDictionary alloc]