Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h287 @interface GPBInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64UInt64Dictionary() function
DGPBDictionary.m7817 @implementation GPBInt64UInt64Dictionary { implementation
7848 return [[(GPBInt64UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
7874 - (instancetype)initWithDictionary:(GPBInt64UInt64Dictionary *)dictionary {
7901 - (BOOL)isEqual:(GPBInt64UInt64Dictionary *)other {
7995 - (void)addEntriesFromDictionary:(GPBInt64UInt64Dictionary *)otherDictionary {