Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h161 @interface GPBInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt64Dictionary() function
DGPBDictionary.m3889 @implementation GPBInt32UInt64Dictionary { implementation
3920 return [[(GPBInt32UInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3946 - (instancetype)initWithDictionary:(GPBInt32UInt64Dictionary *)dictionary {
3973 - (BOOL)isEqual:(GPBInt32UInt64Dictionary *)other {
4067 - (void)addEntriesFromDictionary:(GPBInt32UInt64Dictionary *)otherDictionary {