Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h236 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
DGPBDictionary.m6265 @implementation GPBUInt64BoolDictionary { implementation
6296 return [[(GPBUInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6322 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary {
6349 - (BOOL)isEqual:(GPBUInt64BoolDictionary *)other {
6443 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary {