Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m447 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];
459 GPBUInt32Int32Dictionary *dict = [[GPBUInt32Int32Dictionary alloc] init];
479 GPBUInt32Int32Dictionary *dict =
480 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues
537 GPBUInt32Int32Dictionary *dict1 =
538 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1
542 GPBUInt32Int32Dictionary *dict1prime =
543 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues1
547 GPBUInt32Int32Dictionary *dict2 =
548 [[GPBUInt32Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h93 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary() function
DGPBDictionary.h153 @interface GPBUInt32Int32Dictionary : NSObject <NSCopying>
178 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary;
216 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary;
DGPBDictionary.m1619 @implementation GPBUInt32Int32Dictionary { implementation
1643 - (instancetype)initWithDictionary:(GPBUInt32Int32Dictionary *)dictionary { argument
1667 return [[GPBUInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];
1674 if (![other isKindOfClass:[GPBUInt32Int32Dictionary class]]) {
1677 GPBUInt32Int32Dictionary *otherDictionary = other;
1774 - (void)addEntriesFromDictionary:(GPBUInt32Int32Dictionary *)otherDictionary { argument
DGPBMessage.m322 result = [[GPBUInt32Int32Dictionary alloc] init];