Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h149 @interface GPBInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt32Dictionary() function
DGPBDictionary.m3499 @implementation GPBInt32UInt32Dictionary { implementation
3530 return [[(GPBInt32UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3556 - (instancetype)initWithDictionary:(GPBInt32UInt32Dictionary *)dictionary {
3678 - (void)addEntriesFromDictionary:(GPBInt32UInt32Dictionary *)otherDictionary {