Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m808 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];
820 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];
840 GPBInt64UInt64Dictionary *dict =
841 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBInt64UInt64Dictionary *dict1 =
899 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBInt64UInt64Dictionary *dict1prime =
904 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBInt64UInt64Dictionary *dict2 =
909 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m808 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];
820 GPBInt64UInt64Dictionary *dict = [[GPBInt64UInt64Dictionary alloc] init];
840 GPBInt64UInt64Dictionary *dict =
841 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBInt64UInt64Dictionary *dict1 =
899 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBInt64UInt64Dictionary *dict1prime =
904 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBInt64UInt64Dictionary *dict2 =
909 [[GPBInt64UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h294 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
DGPBDictionary.h3011 @interface GPBInt64UInt64Dictionary : NSObject <NSCopying>
3036 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;
3074 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary;
DGPBDictionary.m7052 @implementation GPBInt64UInt64Dictionary { implementation
7076 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary { argument
7100 return [[GPBInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
7107 if (![other isKindOfClass:[GPBInt64UInt64Dictionary class]]) {
7110 GPBInt64UInt64Dictionary *otherDictionary = other;
7207 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m462 result = [[GPBInt64UInt64Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h294 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
DGPBDictionary.h3011 @interface GPBInt64UInt64Dictionary : NSObject <NSCopying>
3036 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary;
3074 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary;
DGPBDictionary.m7052 @implementation GPBInt64UInt64Dictionary { implementation
7076 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary { argument
7100 return [[GPBInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
7107 if (![other isKindOfClass:[GPBInt64UInt64Dictionary class]]) {
7110 GPBInt64UInt64Dictionary *otherDictionary = other;
7207 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m462 result = [[GPBInt64UInt64Dictionary alloc] init];