Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m355 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
367 GPBBoolInt32Dictionary *dict = [GPBBoolInt32Dictionary dictionaryWithValue:200 forKey:YES];
385 GPBBoolInt32Dictionary *dict =
386 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues
439 GPBBoolInt32Dictionary *dict1 =
440 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues1
444 GPBBoolInt32Dictionary *dict1prime =
445 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues1
449 GPBBoolInt32Dictionary *dict2 =
450 [[GPBBoolInt32Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h344 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
DGPBDictionary.h1466 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>
1476 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
1482 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
1490 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
DGPBDictionary.m11411 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
11425 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithValues:&value
11435 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithValues:values
11440 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary {
11443 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11468 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument
11498 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];
11501 - (BOOL)isEqual:(GPBBoolInt32Dictionary *)other { argument
11505 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {
11613 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
DGPBMessage.m247 result = [[GPBBoolInt32Dictionary alloc] init];