Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
DGPBDictionary.m4301 @implementation GPBInt32BoolDictionary { implementation
4332 return [[(GPBInt32BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
4358 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary {
4385 - (BOOL)isEqual:(GPBInt32BoolDictionary *)other {
4479 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary {