Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h407 @interface GPBStringInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt32Dictionary() function
DGPBDictionary.m9583 @implementation GPBStringInt32Dictionary { implementation
9614 return [[(GPBStringInt32Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
9644 - (instancetype)initWithDictionary:(GPBStringInt32Dictionary *)dictionary {
9671 - (BOOL)isEqual:(GPBStringInt32Dictionary *)other {
9765 - (void)addEntriesFromDictionary:(GPBStringInt32Dictionary *)otherDictionary {