Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
DGPBDictionary.m4741 @implementation GPBInt32DoubleDictionary { implementation
4772 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4798 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary {
4920 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary {