Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m86 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
98 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
118 GPBUInt64UInt32Dictionary *dict =
119 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBUInt64UInt32Dictionary *dict1 =
177 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBUInt64UInt32Dictionary *dict1prime =
182 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBUInt64UInt32Dictionary *dict2 =
187 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m86 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
98 GPBUInt64UInt32Dictionary *dict = [[GPBUInt64UInt32Dictionary alloc] init];
118 GPBUInt64UInt32Dictionary *dict =
119 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues
176 GPBUInt64UInt32Dictionary *dict1 =
177 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
181 GPBUInt64UInt32Dictionary *dict1prime =
182 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues1
186 GPBUInt64UInt32Dictionary *dict2 =
187 [[GPBUInt64UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h217 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.h1900 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>
1925 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
1963 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m4936 @implementation GPBUInt64UInt32Dictionary { implementation
4960 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument
4984 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
4991 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {
4994 GPBUInt64UInt32Dictionary *otherDictionary = other;
5091 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m408 result = [[GPBUInt64UInt32Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h217 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.h1900 @interface GPBUInt64UInt32Dictionary : NSObject <NSCopying>
1925 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary;
1963 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary;
DGPBDictionary.m4936 @implementation GPBUInt64UInt32Dictionary { implementation
4960 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary { argument
4984 return [[GPBUInt64UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
4991 if (![other isKindOfClass:[GPBUInt64UInt32Dictionary class]]) {
4994 GPBUInt64UInt32Dictionary *otherDictionary = other;
5091 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary { argument
DGPBMessage.m408 result = [[GPBUInt64UInt32Dictionary alloc] init];