Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h212 @interface GPBUInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt32Dictionary() function
DGPBDictionary.m5441 @implementation GPBUInt64UInt32Dictionary { implementation
5472 return [[(GPBUInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5498 - (instancetype)initWithDictionary:(GPBUInt64UInt32Dictionary *)dictionary {
5525 - (BOOL)isEqual:(GPBUInt64UInt32Dictionary *)other {
5619 - (void)addEntriesFromDictionary:(GPBUInt64UInt32Dictionary *)otherDictionary {