Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Bool.m957 GPBBoolInt64Dictionary *dict = [[GPBBoolInt64Dictionary alloc] init];
969 GPBBoolInt64Dictionary *dict = [GPBBoolInt64Dictionary dictionaryWithInt64:400 forKey:YES];
987 GPBBoolInt64Dictionary *dict =
988 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues
1041 GPBBoolInt64Dictionary *dict1 =
1042 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues1
1046 GPBBoolInt64Dictionary *dict1prime =
1047 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues1
1051 GPBBoolInt64Dictionary *dict2 =
1052 [[GPBBoolInt64Dictionary alloc] initWithInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h356 @interface GPBBoolInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt64Dictionary() function
DGPBDictionary.h1623 @interface GPBBoolInt64Dictionary : NSObject <NSCopying>
1633 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary;
1639 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary;
1649 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary;
DGPBDictionary.m11953 @implementation GPBBoolInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS
11967 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithInt64s:&value
11977 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithInt64s:values
11982 + (instancetype)dictionaryWithDictionary:(GPBBoolInt64Dictionary *)dictionary {
11985 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
12010 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary { argument
12040 return [[GPBBoolInt64Dictionary allocWithZone:zone] initWithDictionary:self];
12047 if (![other isKindOfClass:[GPBBoolInt64Dictionary class]]) {
12050 GPBBoolInt64Dictionary *otherDictionary = other;
12156 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary { argument
DGPBMessage.m274 result = [[GPBBoolInt64Dictionary alloc] init];