Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m86 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
98 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
118 GPBInt64UInt32Dictionary *dict =
119 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBInt64UInt32Dictionary *dict1 =
177 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBInt64UInt32Dictionary *dict1prime =
182 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBInt64UInt32Dictionary *dict2 =
187 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h282 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
DGPBDictionary.h2821 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>
2846 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;
2884 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m6686 @implementation GPBInt64UInt32Dictionary { implementation
6710 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument
6734 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
6741 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {
6744 GPBInt64UInt32Dictionary *otherDictionary = other;
6841 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m451 result = [[GPBInt64UInt32Dictionary alloc] init];