Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h110 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary() function
DGPBDictionary.m2337 @implementation GPBUInt32BoolDictionary { implementation
2368 return [[(GPBUInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2394 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary {
2421 - (BOOL)isEqual:(GPBUInt32BoolDictionary *)other {
2515 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary {