Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h275 @interface GPBInt64UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt32Dictionary() function
DGPBDictionary.m7405 @implementation GPBInt64UInt32Dictionary { implementation
7436 return [[(GPBInt64UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7462 - (instancetype)initWithDictionary:(GPBInt64UInt32Dictionary *)dictionary {
7489 - (BOOL)isEqual:(GPBInt64UInt32Dictionary *)other {
7583 - (void)addEntriesFromDictionary:(GPBInt64UInt32Dictionary *)otherDictionary {