Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m656 GPBBoolUInt64Dictionary *dict = [[GPBBoolUInt64Dictionary alloc] init];
668 GPBBoolUInt64Dictionary *dict = [GPBBoolUInt64Dictionary dictionaryWithValue:300U forKey:YES];
686 GPBBoolUInt64Dictionary *dict =
687 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues
740 GPBBoolUInt64Dictionary *dict1 =
741 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues1
745 GPBBoolUInt64Dictionary *dict1prime =
746 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues1
750 GPBBoolUInt64Dictionary *dict2 =
751 [[GPBBoolUInt64Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h350 @interface GPBBoolUInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolUInt64Dictionary() function
DGPBDictionary.h1501 @interface GPBBoolUInt64Dictionary : NSObject <NSCopying>
1511 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;
1517 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary;
1525 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary;
DGPBDictionary.m11652 @implementation GPBBoolUInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS
11666 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithValues:&value
11676 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithValues:values
11681 + (instancetype)dictionaryWithDictionary:(GPBBoolUInt64Dictionary *)dictionary {
11684 return [[(GPBBoolUInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11709 - (instancetype)initWithDictionary:(GPBBoolUInt64Dictionary *)dictionary { argument
11739 return [[GPBBoolUInt64Dictionary allocWithZone:zone] initWithDictionary:self];
11742 - (BOOL)isEqual:(GPBBoolUInt64Dictionary *)other { argument
11746 if (![other isKindOfClass:[GPBBoolUInt64Dictionary class]]) {
11854 - (void)addEntriesFromDictionary:(GPBBoolUInt64Dictionary *)otherDictionary { argument
DGPBMessage.m251 result = [[GPBBoolUInt64Dictionary alloc] init];