Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h248 @interface GPBUInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64DoubleDictionary() function
DGPBDictionary.m6714 @implementation GPBUInt64DoubleDictionary { implementation
6745 return [[(GPBUInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6771 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary {
6893 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary {