Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
DGPBDictionary.m1526 @implementation GPBUInt32UInt32Dictionary { implementation
1557 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1583 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary {
1705 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary {