Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m362 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
374 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
394 GPBBoolInt32Dictionary *dict =
395 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues
448 GPBBoolInt32Dictionary *dict1 =
449 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
453 GPBBoolInt32Dictionary *dict1prime =
454 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
458 GPBBoolInt32Dictionary *dict2 =
459 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m362 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
374 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
394 GPBBoolInt32Dictionary *dict =
395 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues
448 GPBBoolInt32Dictionary *dict1 =
449 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
453 GPBBoolInt32Dictionary *dict1prime =
454 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
458 GPBBoolInt32Dictionary *dict2 =
459 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h353 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
DGPBDictionary.h3837 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>
3862 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
3900 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
DGPBDictionary.m10256 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
10280 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument
10310 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];
10317 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {
10320 GPBBoolInt32Dictionary *otherDictionary = other;
10426 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
DGPBMessage.m280 result = [[GPBBoolInt32Dictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h353 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
DGPBDictionary.h3837 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>
3862 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
3900 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
DGPBDictionary.m10256 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
10280 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument
10310 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];
10317 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {
10320 GPBBoolInt32Dictionary *otherDictionary = other;
10426 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
DGPBMessage.m280 result = [[GPBBoolInt32Dictionary alloc] init];