Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h224 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
DGPBDictionary.m5853 @implementation GPBUInt64UInt64Dictionary { implementation
5884 return [[(GPBUInt64UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
5910 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary {
5937 - (BOOL)isEqual:(GPBUInt64UInt64Dictionary *)other {
6031 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary {