Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h224 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
DGPBDictionary.m5886 @implementation GPBUInt64UInt64Dictionary { implementation
5917 return [[(GPBUInt64UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5943 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary {
6065 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary {