Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
DGPBDictionary.m2768 @implementation GPBUInt32DoubleDictionary { implementation
2799 return [[(GPBUInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2825 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary {
2947 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary {