Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
DGPBDictionary.m8229 @implementation GPBInt64BoolDictionary { implementation
8260 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8286 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary {
8313 - (BOOL)isEqual:(GPBInt64BoolDictionary *)other {
8407 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary {