Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m1165 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];
1177 GPBStringInt64Dictionary *dict = [GPBStringInt64Dictionary dictionaryWithInt64:400 forKey:@"foo"];
1195 GPBStringInt64Dictionary *dict =
1196 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues
1253 GPBStringInt64Dictionary *dict1 =
1254 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1258 GPBStringInt64Dictionary *dict1prime =
1259 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1263 GPBStringInt64Dictionary *dict2 =
1264 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
DGPBDictionary.h1987 @interface GPBStringInt64Dictionary : NSObject <NSCopying>
1997 + (instancetype)dictionaryWithDictionary:(GPBStringInt64Dictionary *)dictionary;
2003 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;
2013 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
DGPBDictionary.m10063 @implementation GPBStringInt64Dictionary { implementation
10076 return [[(GPBStringInt64Dictionary*)[self alloc] initWithInt64s:&value
10086 return [[(GPBStringInt64Dictionary*)[self alloc] initWithInt64s:values
10091 + (instancetype)dictionaryWithDictionary:(GPBStringInt64Dictionary *)dictionary {
10094 return [[(GPBStringInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
10124 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument
10148 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];
10155 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {
10158 GPBStringInt64Dictionary *otherDictionary = other;
10246 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
DGPBMessage.m495 result = [[GPBStringInt64Dictionary alloc] init];