Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m47 @interface GPBInt64EnumDictionary (TestingTweak) interface in TestingTweak
66 @implementation GPBInt64EnumDictionary (TestingTweak) implementation in TestingTweak
70 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:TestingEnum_IsValidValue
2593 GPBInt64EnumDictionary *dict = [[GPBInt64EnumDictionary alloc] init];
2605 GPBInt64EnumDictionary *dict = [GPBInt64EnumDictionary dictionaryWithValue:700 forKey:21LL];
2623 GPBInt64EnumDictionary *dict =
2624 [[GPBInt64EnumDictionary alloc] initWithValues:kValues
2681 GPBInt64EnumDictionary *dict1 =
2682 [[GPBInt64EnumDictionary alloc] initWithValues:kValues1
2686 GPBInt64EnumDictionary *dict1prime =
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h317 @interface GPBInt64EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64EnumDictionary() function
DGPBDictionary.h1330 @interface GPBInt64EnumDictionary : NSObject <NSCopying>
1344 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary;
1353 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary;
1374 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary;
DGPBDictionary.m8847 @implementation GPBInt64EnumDictionary { implementation
8874 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func
8886 return [[(GPBInt64EnumDictionary*)[self alloc] initWithValidationFunction:func
8892 + (instancetype)dictionaryWithDictionary:(GPBInt64EnumDictionary *)dictionary {
8895 return [[(GPBInt64EnumDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8928 - (instancetype)initWithDictionary:(GPBInt64EnumDictionary *)dictionary { argument
8956 return [[GPBInt64EnumDictionary allocWithZone:zone] initWithDictionary:self];
8959 - (BOOL)isEqual:(GPBInt64EnumDictionary *)other { argument
8963 if (![other isKindOfClass:[GPBInt64EnumDictionary class]]) {
9091 - (void)addRawEntriesFromDictionary:(GPBInt64EnumDictionary *)otherDictionary { argument
[all …]
DGPBMessage.m443 result = [[GPBInt64EnumDictionary alloc]