Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h344 @interface GPBBoolInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt32Dictionary() function
DGPBDictionary.m11411 @implementation GPBBoolInt32Dictionary { implementation in NS_BLOCK_ASSERTIONS
11443 return [[(GPBBoolInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11468 - (instancetype)initWithDictionary:(GPBBoolInt32Dictionary *)dictionary {
11501 - (BOOL)isEqual:(GPBBoolInt32Dictionary *)other {
11613 - (void)addEntriesFromDictionary:(GPBBoolInt32Dictionary *)otherDictionary {