Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.m5472 @implementation GPBUInt64UInt32Dictionary { implementation
5503 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5529 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {
5651 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary {