Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m1522 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];
1534 GPBInt64BoolDictionary *dict = [GPBInt64BoolDictionary dictionaryWithValue:YES forKey:21LL];
1552 GPBInt64BoolDictionary *dict =
1553 [[GPBInt64BoolDictionary alloc] initWithValues:kValues
1610 GPBInt64BoolDictionary *dict1 =
1611 [[GPBInt64BoolDictionary alloc] initWithValues:kValues1
1615 GPBInt64BoolDictionary *dict1prime =
1616 [[GPBInt64BoolDictionary alloc] initWithValues:kValues1
1620 GPBInt64BoolDictionary *dict2 =
1621 [[GPBInt64BoolDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
DGPBDictionary.h1225 @interface GPBInt64BoolDictionary : NSObject <NSCopying>
1235 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary;
1241 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;
1249 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m8229 @implementation GPBInt64BoolDictionary { implementation
8242 return [[(GPBInt64BoolDictionary*)[self alloc] initWithValues:&value
8252 return [[(GPBInt64BoolDictionary*)[self alloc] initWithValues:values
8257 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary {
8260 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8286 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument
8310 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
8313 - (BOOL)isEqual:(GPBInt64BoolDictionary *)other { argument
8317 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {
8407 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m416 result = [[GPBInt64BoolDictionary alloc] init];