Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
DGPBDictionary.m1940 @implementation GPBUInt32UInt64Dictionary { implementation
1971 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1997 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {
2119 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary {