Home
last modified time | relevance | path

Searched refs:GPBUInt32UInt32Dictionary (Results 1 – 10 of 10) sorted by relevance

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m86 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
98 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
118 GPBUInt32UInt32Dictionary *dict =
119 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBUInt32UInt32Dictionary *dict1 =
177 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBUInt32UInt32Dictionary *dict1prime =
182 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBUInt32UInt32Dictionary *dict2 =
187 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m86 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
98 GPBUInt32UInt32Dictionary *dict = [[GPBUInt32UInt32Dictionary alloc] init];
118 GPBUInt32UInt32Dictionary *dict =
119 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBUInt32UInt32Dictionary *dict1 =
177 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBUInt32UInt32Dictionary *dict1prime =
182 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBUInt32UInt32Dictionary *dict2 =
187 [[GPBUInt32UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h87 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
DGPBDictionary.h58 @interface GPBUInt32UInt32Dictionary : NSObject <NSCopying>
83 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;
121 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary;
DGPBDictionary.m1436 @implementation GPBUInt32UInt32Dictionary { implementation
1460 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary { argument
1484 return [[GPBUInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
1491 if (![other isKindOfClass:[GPBUInt32UInt32Dictionary class]]) {
1494 GPBUInt32UInt32Dictionary *otherDictionary = other;
1591 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m319 result = [[GPBUInt32UInt32Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h87 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
DGPBDictionary.h58 @interface GPBUInt32UInt32Dictionary : NSObject <NSCopying>
83 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary;
121 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary;
DGPBDictionary.m1436 @implementation GPBUInt32UInt32Dictionary { implementation
1460 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary { argument
1484 return [[GPBUInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
1491 if (![other isKindOfClass:[GPBUInt32UInt32Dictionary class]]) {
1494 GPBUInt32UInt32Dictionary *otherDictionary = other;
1591 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m319 result = [[GPBUInt32UInt32Dictionary alloc] init];