Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
DGPBDictionary.m10011 @implementation GPBStringInt64Dictionary { implementation
10042 return [[(GPBStringInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
10072 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary {
10099 - (BOOL)isEqual:(GPBStringInt64Dictionary *)other {
10193 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary {