Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h311 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
DGPBDictionary.m8641 @implementation GPBInt64DoubleDictionary { implementation
8672 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8698 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary {
8725 - (BOOL)isEqual:(GPBInt64DoubleDictionary *)other {
8819 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary {