Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h248 @interface GPBUInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64DoubleDictionary() function
DGPBDictionary.m6677 @implementation GPBUInt64DoubleDictionary { implementation
6708 return [[(GPBUInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6734 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary {
6761 - (BOOL)isEqual:(GPBUInt64DoubleDictionary *)other {
6855 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary {