Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1165 GPBInt32Int64Dictionary *dict = [[GPBInt32Int64Dictionary alloc] init];
1177 GPBInt32Int64Dictionary *dict = [GPBInt32Int64Dictionary dictionaryWithValue:400 forKey:11];
1195 GPBInt32Int64Dictionary *dict =
1196 [[GPBInt32Int64Dictionary alloc] initWithValues:kValues
1253 GPBInt32Int64Dictionary *dict1 =
1254 [[GPBInt32Int64Dictionary alloc] initWithValues:kValues1
1258 GPBInt32Int64Dictionary *dict1prime =
1259 [[GPBInt32Int64Dictionary alloc] initWithValues:kValues1
1263 GPBInt32Int64Dictionary *dict2 =
1264 [[GPBInt32Int64Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h167 @interface GPBInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32Int64Dictionary() function
DGPBDictionary.h498 @interface GPBInt32Int64Dictionary : NSObject <NSCopying>
508 + (instancetype)dictionaryWithDictionary:(GPBInt32Int64Dictionary *)dictionary;
514 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary;
522 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary;
DGPBMessage.m345 result = [[GPBInt32Int64Dictionary alloc] init];
1426 GPBInt32Int64Dictionary *dict =
1486 GPBInt32Int64Dictionary *dict =
1526 GPBInt32Int64Dictionary *dict =
DGPBDictionary.m4095 @implementation GPBInt32Int64Dictionary { implementation
4108 return [[(GPBInt32Int64Dictionary*)[self alloc] initWithValues:&value
4118 return [[(GPBInt32Int64Dictionary*)[self alloc] initWithValues:values
4123 + (instancetype)dictionaryWithDictionary:(GPBInt32Int64Dictionary *)dictionary {
4126 return [[(GPBInt32Int64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4152 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary { argument
4176 return [[GPBInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];
4179 - (BOOL)isEqual:(GPBInt32Int64Dictionary *)other { argument
4183 if (![other isKindOfClass:[GPBInt32Int64Dictionary class]]) {
4273 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary { argument