Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int32.m1522 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1534 GPBInt32BoolDictionary *dict = [GPBInt32BoolDictionary dictionaryWithBool:YES forKey:11];
1552 GPBInt32BoolDictionary *dict =
1553 [[GPBInt32BoolDictionary alloc] initWithBools:kValues
1610 GPBInt32BoolDictionary *dict1 =
1611 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1615 GPBInt32BoolDictionary *dict1prime =
1616 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1620 GPBInt32BoolDictionary *dict2 =
1621 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
DGPBDictionary.h568 @interface GPBInt32BoolDictionary : NSObject <NSCopying>
578 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary;
584 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;
594 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m4327 @implementation GPBInt32BoolDictionary { implementation
4340 return [[(GPBInt32BoolDictionary*)[self alloc] initWithBools:&value
4350 return [[(GPBInt32BoolDictionary*)[self alloc] initWithBools:values
4355 + (instancetype)dictionaryWithDictionary:(GPBInt32BoolDictionary *)dictionary {
4358 return [[(GPBInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4384 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument
4408 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
4415 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {
4418 GPBInt32BoolDictionary *otherDictionary = other;
4506 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m345 result = [[GPBInt32BoolDictionary alloc] init];
1342 GPBInt32BoolDictionary *dict =