Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m1169 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];
1181 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];
1201 GPBInt64Int64Dictionary *dict =
1202 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBInt64Int64Dictionary *dict1 =
1260 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBInt64Int64Dictionary *dict1prime =
1265 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBInt64Int64Dictionary *dict2 =
1270 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m1169 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];
1181 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];
1201 GPBInt64Int64Dictionary *dict =
1202 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBInt64Int64Dictionary *dict1 =
1260 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBInt64Int64Dictionary *dict1prime =
1265 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBInt64Int64Dictionary *dict2 =
1270 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h300 @interface GPBInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int64Dictionary() function
DGPBDictionary.h3106 @interface GPBInt64Int64Dictionary : NSObject <NSCopying>
3131 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary;
3169 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary;
DGPBDictionary.m7235 @implementation GPBInt64Int64Dictionary { implementation
7259 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary { argument
7283 return [[GPBInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
7290 if (![other isKindOfClass:[GPBInt64Int64Dictionary class]]) {
7293 GPBInt64Int64Dictionary *otherDictionary = other;
7390 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary { argument
DGPBMessage.m467 result = [[GPBInt64Int64Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h300 @interface GPBInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int64Dictionary() function
DGPBDictionary.h3106 @interface GPBInt64Int64Dictionary : NSObject <NSCopying>
3131 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary;
3169 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary;
DGPBDictionary.m7235 @implementation GPBInt64Int64Dictionary { implementation
7259 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary { argument
7283 return [[GPBInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
7290 if (![other isKindOfClass:[GPBInt64Int64Dictionary class]]) {
7293 GPBInt64Int64Dictionary *otherDictionary = other;
7390 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary { argument
DGPBMessage.m467 result = [[GPBInt64Int64Dictionary alloc] init];