Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h311 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
DGPBDictionary.m8687 @implementation GPBInt64DoubleDictionary { implementation
8718 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8744 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary {
8866 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary {