Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m1169 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];
1181 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];
1201 GPBUInt32Int64Dictionary *dict =
1202 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBUInt32Int64Dictionary *dict1 =
1260 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBUInt32Int64Dictionary *dict1prime =
1265 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBUInt32Int64Dictionary *dict2 =
1270 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m1169 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];
1181 GPBUInt32Int64Dictionary *dict = [[GPBUInt32Int64Dictionary alloc] init];
1201 GPBUInt32Int64Dictionary *dict =
1202 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBUInt32Int64Dictionary *dict1 =
1260 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBUInt32Int64Dictionary *dict1prime =
1265 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBUInt32Int64Dictionary *dict2 =
1270 [[GPBUInt32Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h105 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary() function
DGPBDictionary.h343 @interface GPBUInt32Int64Dictionary : NSObject <NSCopying>
368 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary;
406 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary;
DGPBDictionary.m1985 @implementation GPBUInt32Int64Dictionary { implementation
2009 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary { argument
2033 return [[GPBUInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];
2040 if (![other isKindOfClass:[GPBUInt32Int64Dictionary class]]) {
2043 GPBUInt32Int64Dictionary *otherDictionary = other;
2140 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary { argument
DGPBMessage.m333 result = [[GPBUInt32Int64Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h105 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary() function
DGPBDictionary.h343 @interface GPBUInt32Int64Dictionary : NSObject <NSCopying>
368 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary;
406 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary;
DGPBDictionary.m1985 @implementation GPBUInt32Int64Dictionary { implementation
2009 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary { argument
2033 return [[GPBUInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];
2040 if (![other isKindOfClass:[GPBUInt32Int64Dictionary class]]) {
2043 GPBUInt32Int64Dictionary *otherDictionary = other;
2140 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary { argument
DGPBMessage.m333 result = [[GPBUInt32Int64Dictionary alloc] init];