Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m85 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
97 GPBInt64UInt32Dictionary *dict = [[GPBInt64UInt32Dictionary alloc] init];
117 GPBInt64UInt32Dictionary *dict =
118 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues
175 GPBInt64UInt32Dictionary *dict1 =
176 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
180 GPBInt64UInt32Dictionary *dict1prime =
181 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
185 GPBInt64UInt32Dictionary *dict2 =
186 [[GPBInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
DGPBDictionary.h2820 @interface GPBInt64UInt32Dictionary : NSObject <NSCopying>
2845 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary;
2883 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m6677 @implementation GPBInt64UInt32Dictionary { implementation
6701 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary { argument
6725 return [[GPBInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
6732 if (![other isKindOfClass:[GPBInt64UInt32Dictionary class]]) {
6735 GPBInt64UInt32Dictionary *otherDictionary = other;
6832 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m453 result = [[GPBInt64UInt32Dictionary alloc] init];