Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1522 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1534 GPBInt32BoolDictionary *dict = [GPBInt32BoolDictionary dictionaryWithValue:YES forKey:11];
1552 GPBInt32BoolDictionary *dict =
1553 [[GPBInt32BoolDictionary alloc] initWithValues:kValues
1610 GPBInt32BoolDictionary *dict1 =
1611 [[GPBInt32BoolDictionary alloc] initWithValues:kValues1
1615 GPBInt32BoolDictionary *dict1prime =
1616 [[GPBInt32BoolDictionary alloc] initWithValues:kValues1
1620 GPBInt32BoolDictionary *dict2 =
1621 [[GPBInt32BoolDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
DGPBDictionary.h533 @interface GPBInt32BoolDictionary : NSObject <NSCopying>
543 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary;
549 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;
557 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m4301 @implementation GPBInt32BoolDictionary { implementation
4314 return [[(GPBInt32BoolDictionary*)[self alloc] initWithValues:&value
4324 return [[(GPBInt32BoolDictionary*)[self alloc] initWithValues:values
4329 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary {
4332 return [[(GPBInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4358 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument
4382 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
4385 - (BOOL)isEqual:(GPBInt32BoolDictionary *)other { argument
4389 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {
4479 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m327 result = [[GPBInt32BoolDictionary alloc] init];
1326 GPBInt32BoolDictionary *dict =