Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
DGPBDictionary.m2749 @implementation GPBUInt32DoubleDictionary { implementation
2780 return [[(GPBUInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2806 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary {
2833 - (BOOL)isEqual:(GPBUInt32DoubleDictionary *)other {
2927 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary {