Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h98 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary() function
DGPBDictionary.m1925 @implementation GPBUInt32UInt64Dictionary { implementation
1956 return [[(GPBUInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
1982 - (instancetype)initWithDictionary:(GPBUInt32UInt64Dictionary *)dictionary {
2009 - (BOOL)isEqual:(GPBUInt32UInt64Dictionary *)other {
2103 - (void)addEntriesFromDictionary:(GPBUInt32UInt64Dictionary *)otherDictionary {