Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m447 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];
459 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];
479 GPBStringInt32Dictionary *dict =
480 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues
537 GPBStringInt32Dictionary *dict1 =
538 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
542 GPBStringInt32Dictionary *dict1prime =
543 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
547 GPBStringInt32Dictionary *dict2 =
548 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m447 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];
459 GPBStringInt32Dictionary *dict = [[GPBStringInt32Dictionary alloc] init];
479 GPBStringInt32Dictionary *dict =
480 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues
537 GPBStringInt32Dictionary *dict1 =
538 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
542 GPBStringInt32Dictionary *dict1prime =
543 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues1
547 GPBStringInt32Dictionary *dict2 =
548 [[GPBStringInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h418 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
H A DGPBDictionary.h4758 @interface GPBStringInt32Dictionary : NSObject <NSCopying>
4783 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary;
4821 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary;
H A DGPBDictionary.m8627 @implementation GPBStringInt32Dictionary { implementation
8655 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary { argument
8679 return [[GPBStringInt32Dictionary allocWithZone:zone] initWithDictionary:self];
8686 if (![other isKindOfClass:[GPBStringInt32Dictionary class]]) {
8689 GPBStringInt32Dictionary *otherDictionary = other;
8786 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary { argument
H A DGPBMessage.m501 result = [[GPBStringInt32Dictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h418 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
H A DGPBDictionary.h4758 @interface GPBStringInt32Dictionary : NSObject <NSCopying>
4783 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary;
4821 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary;
H A DGPBDictionary.m8627 @implementation GPBStringInt32Dictionary { implementation
8655 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary { argument
8679 return [[GPBStringInt32Dictionary allocWithZone:zone] initWithDictionary:self];
8686 if (![other isKindOfClass:[GPBStringInt32Dictionary class]]) {
8689 GPBStringInt32Dictionary *otherDictionary = other;
8786 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary { argument
H A DGPBMessage.m501 result = [[GPBStringInt32Dictionary alloc] init];