Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m447 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];
459 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];
479 GPBInt64Int32Dictionary *dict =
480 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues
537 GPBInt64Int32Dictionary *dict1 =
538 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1
542 GPBInt64Int32Dictionary *dict1prime =
543 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1
547 GPBInt64Int32Dictionary *dict2 =
548 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m447 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];
459 GPBInt64Int32Dictionary *dict = [[GPBInt64Int32Dictionary alloc] init];
479 GPBInt64Int32Dictionary *dict =
480 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues
537 GPBInt64Int32Dictionary *dict1 =
538 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1
542 GPBInt64Int32Dictionary *dict1prime =
543 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues1
547 GPBInt64Int32Dictionary *dict2 =
548 [[GPBInt64Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h288 @interface GPBInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int32Dictionary() function
DGPBDictionary.h2916 @interface GPBInt64Int32Dictionary : NSObject <NSCopying>
2941 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary;
2979 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary;
DGPBDictionary.m6869 @implementation GPBInt64Int32Dictionary { implementation
6893 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary { argument
6917 return [[GPBInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];
6924 if (![other isKindOfClass:[GPBInt64Int32Dictionary class]]) {
6927 GPBInt64Int32Dictionary *otherDictionary = other;
7024 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary { argument
DGPBMessage.m458 result = [[GPBInt64Int32Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h288 @interface GPBInt64Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int32Dictionary() function
DGPBDictionary.h2916 @interface GPBInt64Int32Dictionary : NSObject <NSCopying>
2941 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary;
2979 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary;
DGPBDictionary.m6869 @implementation GPBInt64Int32Dictionary { implementation
6893 - (instancetype)initWithDictionary:(GPBInt64Int32Dictionary *)dictionary { argument
6917 return [[GPBInt64Int32Dictionary allocWithZone:zone] initWithDictionary:self];
6924 if (![other isKindOfClass:[GPBInt64Int32Dictionary class]]) {
6927 GPBInt64Int32Dictionary *otherDictionary = other;
7024 - (void)addEntriesFromDictionary:(GPBInt64Int32Dictionary *)otherDictionary { argument
DGPBMessage.m458 result = [[GPBInt64Int32Dictionary alloc] init];