Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h356 @interface GPBBoolInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBBoolInt64Dictionary() function
DGPBDictionary.m11893 @implementation GPBBoolInt64Dictionary { implementation in NS_BLOCK_ASSERTIONS
11925 return [[(GPBBoolInt64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
11950 - (instancetype)initWithDictionary:(GPBBoolInt64Dictionary *)dictionary {
11983 - (BOOL)isEqual:(GPBBoolInt64Dictionary *)other {
12095 - (void)addEntriesFromDictionary:(GPBBoolInt64Dictionary *)otherDictionary {