Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int64.m1165 GPBInt64Int64Dictionary *dict = [[GPBInt64Int64Dictionary alloc] init];
1177 GPBInt64Int64Dictionary *dict = [GPBInt64Int64Dictionary dictionaryWithInt64:400 forKey:21LL];
1195 GPBInt64Int64Dictionary *dict =
1196 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues
1253 GPBInt64Int64Dictionary *dict1 =
1254 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1258 GPBInt64Int64Dictionary *dict1prime =
1259 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues1
1263 GPBInt64Int64Dictionary *dict2 =
1264 [[GPBInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h293 @interface GPBInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64Int64Dictionary() function
DGPBDictionary.h1259 @interface GPBInt64Int64Dictionary : NSObject <NSCopying>
1269 + (instancetype)dictionaryWithDictionary:(GPBInt64Int64Dictionary *)dictionary;
1275 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary;
1285 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary;
DGPBDictionary.m8066 @implementation GPBInt64Int64Dictionary { implementation
8079 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithInt64s:&value
8089 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithInt64s:values
8094 + (instancetype)dictionaryWithDictionary:(GPBInt64Int64Dictionary *)dictionary {
8097 return [[(GPBInt64Int64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8123 - (instancetype)initWithDictionary:(GPBInt64Int64Dictionary *)dictionary { argument
8147 return [[GPBInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
8154 if (![other isKindOfClass:[GPBInt64Int64Dictionary class]]) {
8157 GPBInt64Int64Dictionary *otherDictionary = other;
8245 - (void)addEntriesFromDictionary:(GPBInt64Int64Dictionary *)otherDictionary { argument
DGPBMessage.m452 result = [[GPBInt64Int64Dictionary alloc] init];