Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h86 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary() function
DGPBDictionary.m1513 @implementation GPBUInt32UInt32Dictionary { implementation
1544 return [[(GPBUInt32UInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1570 - (instancetype)initWithDictionary:(GPBUInt32UInt32Dictionary *)dictionary {
1597 - (BOOL)isEqual:(GPBUInt32UInt32Dictionary *)other {
1691 - (void)addEntriesFromDictionary:(GPBUInt32UInt32Dictionary *)otherDictionary {