Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int64.m1522 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];
1534 GPBInt64BoolDictionary *dict = [GPBInt64BoolDictionary dictionaryWithBool:YES forKey:21LL];
1552 GPBInt64BoolDictionary *dict =
1553 [[GPBInt64BoolDictionary alloc] initWithBools:kValues
1610 GPBInt64BoolDictionary *dict1 =
1611 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1
1615 GPBInt64BoolDictionary *dict1prime =
1616 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1
1620 GPBInt64BoolDictionary *dict2 =
1621 [[GPBInt64BoolDictionary alloc] initWithBools:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
DGPBDictionary.h1296 @interface GPBInt64BoolDictionary : NSObject <NSCopying>
1306 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary;
1312 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;
1322 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m8273 @implementation GPBInt64BoolDictionary { implementation
8286 return [[(GPBInt64BoolDictionary*)[self alloc] initWithBools:&value
8296 return [[(GPBInt64BoolDictionary*)[self alloc] initWithBools:values
8301 + (instancetype)dictionaryWithDictionary:(GPBInt64BoolDictionary *)dictionary {
8304 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8330 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument
8354 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
8361 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {
8364 GPBInt64BoolDictionary *otherDictionary = other;
8452 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m434 result = [[GPBInt64BoolDictionary alloc] init];