Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m451 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];
463 GPBInt64Int32Dictionary *dict = [GPBInt64Int32Dictionary dictionaryWithValue:200 forKey:21LL];
481 GPBInt64Int32Dictionary *dict =
482 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues
539 GPBInt64Int32Dictionary *dict1 =
540 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues1
544 GPBInt64Int32Dictionary *dict1prime =
545 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues1
549 GPBInt64Int32Dictionary *dict2 =
550 [[GPBInt64Int32Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h281 @interface GPBInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int32Dictionary() function
DGPBDictionary.h1120 @interface GPBInt64Int32Dictionary : NSObject <NSCopying>
1130 + (instancetype)dictionaryWithDictionary:(GPBInt64Int32Dictionary *)dictionary;
1136 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary;
1144 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary;
DGPBDictionary.m7611 @implementation GPBInt64Int32Dictionary { implementation
7624 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithValues:&value
7634 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithValues:values
7639 + (instancetype)dictionaryWithDictionary:(GPBInt64Int32Dictionary *)dictionary {
7642 return [[(GPBInt64Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7668 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary { argument
7692 return [[GPBInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];
7695 - (BOOL)isEqual:(GPBInt64Int32Dictionary *)other { argument
7699 if (![other isKindOfClass:[GPBInt64Int32Dictionary class]]) {
7789 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary { argument
DGPBMessage.m425 result = [[GPBInt64Int32Dictionary alloc] init];