Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h161 @interface GPBInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt64Dictionary() function
DGPBDictionary.m3913 @implementation GPBInt32UInt64Dictionary { implementation
3944 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3970 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary {
4092 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary {