Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m54 GPBBoolUInt32Dictionary *dict = [[GPBBoolUInt32Dictionary alloc] init];
66 GPBBoolUInt32Dictionary *dict = [GPBBoolUInt32Dictionary dictionaryWithValue:100U forKey:YES];
84 GPBBoolUInt32Dictionary *dict =
85 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues
138 GPBBoolUInt32Dictionary *dict1 =
139 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues1
143 GPBBoolUInt32Dictionary *dict1prime =
144 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues1
148 GPBBoolUInt32Dictionary *dict2 =
149 [[GPBBoolUInt32Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h338 @interface GPBBoolUInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolUInt32Dictionary() function
DGPBDictionary.h1431 @interface GPBBoolUInt32Dictionary : NSObject <NSCopying>
1441 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt32Dictionary *)dictionary;
1447 - (instancetype)initWithDictionary:(GPBBoolUInt32Dictionary *)dictionary;
1455 - (void)addEntriesFromDictionary:(GPBBoolUInt32Dictionary *)otherDictionary;
DGPBDictionary.m11170 @implementation GPBBoolUInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
11184 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithValues:&value
11194 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithValues:values
11199 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt32Dictionary *)dictionary {
11202 return [[(GPBBoolUInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11227 - (instancetype)initWithDictionary:(GPBBoolUInt32Dictionary *)dictionary { argument
11257 return [[GPBBoolUInt32Dictionary allocWithZone:zone] initWithDictionary:self];
11260 - (BOOL)isEqual:(GPBBoolUInt32Dictionary *)other { argument
11264 if (![other isKindOfClass:[GPBBoolUInt32Dictionary class]]) {
11372 - (void)addEntriesFromDictionary:(GPBBoolUInt32Dictionary *)otherDictionary { argument
DGPBMessage.m242 result = [[GPBBoolUInt32Dictionary alloc] init];