Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
DGPBDictionary.m7445 @implementation GPBInt64UInt32Dictionary { implementation
7476 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7502 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary {
7624 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary {