Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m86 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
98 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
118 GPBStringUInt32Dictionary *dict =
119 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBStringUInt32Dictionary *dict1 =
177 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBStringUInt32Dictionary *dict1prime =
182 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBStringUInt32Dictionary *dict2 =
187 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m86 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
98 GPBStringUInt32Dictionary *dict = [[GPBStringUInt32Dictionary alloc] init];
118 GPBStringUInt32Dictionary *dict =
119 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBStringUInt32Dictionary *dict1 =
177 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBStringUInt32Dictionary *dict1prime =
182 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBStringUInt32Dictionary *dict2 =
187 [[GPBStringUInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h412 @interface GPBStringUInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringUInt32Dictionary() function
H A DGPBDictionary.h4663 @interface GPBStringUInt32Dictionary : NSObject <NSCopying>
4688 - (instancetype)initWithDictionary:(GPBStringUInt32Dictionary *)dictionary;
4726 - (void)addEntriesFromDictionary:(GPBStringUInt32Dictionary *)otherDictionary;
H A DGPBDictionary.m8436 @implementation GPBStringUInt32Dictionary { implementation
8464 - (instancetype)initWithDictionary:(GPBStringUInt32Dictionary *)dictionary { argument
8488 return [[GPBStringUInt32Dictionary allocWithZone:zone] initWithDictionary:self];
8495 if (![other isKindOfClass:[GPBStringUInt32Dictionary class]]) {
8498 GPBStringUInt32Dictionary *otherDictionary = other;
8595 - (void)addEntriesFromDictionary:(GPBStringUInt32Dictionary *)otherDictionary { argument
H A DGPBMessage.m496 result = [[GPBStringUInt32Dictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h412 @interface GPBStringUInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringUInt32Dictionary() function
H A DGPBDictionary.h4663 @interface GPBStringUInt32Dictionary : NSObject <NSCopying>
4688 - (instancetype)initWithDictionary:(GPBStringUInt32Dictionary *)dictionary;
4726 - (void)addEntriesFromDictionary:(GPBStringUInt32Dictionary *)otherDictionary;
H A DGPBDictionary.m8436 @implementation GPBStringUInt32Dictionary { implementation
8464 - (instancetype)initWithDictionary:(GPBStringUInt32Dictionary *)dictionary { argument
8488 return [[GPBStringUInt32Dictionary allocWithZone:zone] initWithDictionary:self];
8495 if (![other isKindOfClass:[GPBStringUInt32Dictionary class]]) {
8498 GPBStringUInt32Dictionary *otherDictionary = other;
8595 - (void)addEntriesFromDictionary:(GPBStringUInt32Dictionary *)otherDictionary { argument
H A DGPBMessage.m496 result = [[GPBStringUInt32Dictionary alloc] init];