Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m94 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
106GPBUInt64UInt32Dictionary *dict = [GPBUInt64UInt32Dictionary dictionaryWithValue:100U forKey:31ULL…
124 GPBUInt64UInt32Dictionary *dict =
125 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues
182 GPBUInt64UInt32Dictionary *dict1 =
183 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues1
187 GPBUInt64UInt32Dictionary *dict1prime =
188 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues1
192 GPBUInt64UInt32Dictionary *dict2 =
193 [[GPBUInt64UInt32Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.h739 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>
749 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
755 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
763 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m5441 @implementation GPBUInt64UInt32Dictionary { implementation
5454 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithValues:&value
5464 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithValues:values
5469 + (instancetype)dictionaryWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {
5472 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5498 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument
5522 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
5525 - (BOOL)isEqual:(GPBUInt64UInt32Dictionary *)other { argument
5529 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {
5619 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m375 result = [[GPBUInt64UInt32Dictionary alloc] init];