Home
last modified time | relevance | path

Searched defs:GPBStringInt64Dictionary (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
DGPBDictionary.m10063 @implementation GPBStringInt64Dictionary { implementation
10094 return [[(GPBStringInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
10124 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary {
10246 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary {