Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Bool.m957 GPBBoolInt64Dictionary *dict = [[GPBBoolInt64Dictionary alloc] init];
969 GPBBoolInt64Dictionary *dict = [GPBBoolInt64Dictionary dictionaryWithValue:400 forKey:YES];
987 GPBBoolInt64Dictionary *dict =
988 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues
1041 GPBBoolInt64Dictionary *dict1 =
1042 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues1
1046 GPBBoolInt64Dictionary *dict1prime =
1047 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues1
1051 GPBBoolInt64Dictionary *dict2 =
1052 [[GPBBoolInt64Dictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h356 @interface GPBBoolInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt64Dictionary() function
DGPBDictionary.h1536 @interface GPBBoolInt64Dictionary : NSObject <NSCopying>
1546 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary;
1552 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary;
1560 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary;
DGPBDictionary.m11893 @implementation GPBBoolInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS
11907 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithValues:&value
11917 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithValues:values
11922 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary {
11925 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11950 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary { argument
11980 return [[GPBBoolInt64Dictionary allocWithZone:zone] initWithDictionary:self];
11983 - (BOOL)isEqual:(GPBBoolInt64Dictionary *)other { argument
11987 if (![other isKindOfClass:[GPBBoolInt64Dictionary class]]) {
12095 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary { argument
DGPBMessage.m256 result = [[GPBBoolInt64Dictionary alloc] init];