Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m451 GPBUInt64Int32Dictionary *dict = [[GPBUInt64Int32Dictionary alloc] init];
463 GPBUInt64Int32Dictionary *dict = [GPBUInt64Int32Dictionary dictionaryWithValue:200 forKey:31ULL];
481 GPBUInt64Int32Dictionary *dict =
482 [[GPBUInt64Int32Dictionary alloc] initWithValues:kValues
539 GPBUInt64Int32Dictionary *dict1 =
540 [[GPBUInt64Int32Dictionary alloc] initWithValues:kValues1
544 GPBUInt64Int32Dictionary *dict1prime =
545 [[GPBUInt64Int32Dictionary alloc] initWithValues:kValues1
549 GPBUInt64Int32Dictionary *dict2 =
550 [[GPBUInt64Int32Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h218 @interface GPBUInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int32Dictionary() function
DGPBDictionary.h774 @interface GPBUInt64Int32Dictionary : NSObject <NSCopying>
784 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;
790 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary;
798 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary;
DGPBDictionary.m5647 @implementation GPBUInt64Int32Dictionary { implementation
5660 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithValues:&value
5670 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithValues:values
5675 + (instancetype)dictionaryWithDictionary:(GPBUInt64Int32Dictionary *)dictionary {
5678 return [[(GPBUInt64Int32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5704 - (instancetype)initWithDictionary:(GPBUInt64Int32Dictionary *)dictionary { argument
5728 return [[GPBUInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];
5731 - (BOOL)isEqual:(GPBUInt64Int32Dictionary *)other { argument
5735 if (![other isKindOfClass:[GPBUInt64Int32Dictionary class]]) {
5825 - (void)addEntriesFromDictionary:(GPBUInt64Int32Dictionary *)otherDictionary { argument
DGPBMessage.m380 result = [[GPBUInt64Int32Dictionary alloc] init];