Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Bool.m355 GPBBoolInt32Dictionary *dict = [[GPBBoolInt32Dictionary alloc] init];
367 GPBBoolInt32Dictionary *dict = [GPBBoolInt32Dictionary dictionaryWithInt32:200 forKey:YES];
385 GPBBoolInt32Dictionary *dict =
386 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues
439 GPBBoolInt32Dictionary *dict1 =
440 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
444 GPBBoolInt32Dictionary *dict1prime =
445 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues1
449 GPBBoolInt32Dictionary *dict2 =
450 [[GPBBoolInt32Dictionary alloc] initWithInt32s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h344 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
DGPBDictionary.h1549 @interface GPBBoolInt32Dictionary : NSObject <NSCopying>
1559 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
1565 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary;
1575 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary;
DGPBDictionary.m11469 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
11483 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithInt32s:&value
11493 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithInt32s:values
11498 + (instancetype)dictionaryWithDictionary:(GPBBoolInt32Dictionary *)dictionary {
11501 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11526 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary { argument
11556 return [[GPBBoolInt32Dictionary allocWithZone:zone] initWithDictionary:self];
11563 if (![other isKindOfClass:[GPBBoolInt32Dictionary class]]) {
11566 GPBBoolInt32Dictionary *otherDictionary = other;
11672 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary { argument
DGPBMessage.m265 result = [[GPBBoolInt32Dictionary alloc] init];