Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m1522 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];
1534 GPBUInt32BoolDictionary *dict = [GPBUInt32BoolDictionary dictionaryWithValue:YES forKey:1U];
1552 GPBUInt32BoolDictionary *dict =
1553 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues
1610 GPBUInt32BoolDictionary *dict1 =
1611 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues1
1615 GPBUInt32BoolDictionary *dict1prime =
1616 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues1
1620 GPBUInt32BoolDictionary *dict2 =
1621 [[GPBUInt32BoolDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h110 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary() function
DGPBDictionary.h187 @interface GPBUInt32BoolDictionary : NSObject <NSCopying>
197 + (instancetype)dictionaryWithDictionary:(GPBUInt32BoolDictionary *)dictionary;
203 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary;
211 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m2337 @implementation GPBUInt32BoolDictionary { implementation
2350 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithValues:&value
2360 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithValues:values
2365 + (instancetype)dictionaryWithDictionary:(GPBUInt32BoolDictionary *)dictionary {
2368 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2394 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary { argument
2418 return [[GPBUInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
2421 - (BOOL)isEqual:(GPBUInt32BoolDictionary *)other { argument
2425 if (![other isKindOfClass:[GPBUInt32BoolDictionary class]]) {
2515 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m282 result = [[GPBUInt32BoolDictionary alloc] init];