Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h407 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
DGPBDictionary.m9633 @implementation GPBStringInt32Dictionary { implementation
9664 return [[(GPBStringInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
9694 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary {
9816 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary {