Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
DGPBDictionary.m4713 @implementation GPBInt32DoubleDictionary { implementation
4744 return [[(GPBInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4770 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary {
4797 - (BOOL)isEqual:(GPBInt32DoubleDictionary *)other {
4891 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary {