Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h425 @interface GPBStringBoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringBoolDictionary() function
DGPBDictionary.m10278 @implementation GPBStringBoolDictionary { implementation
10309 return [[(GPBStringBoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
10339 - (instancetype)initWithDictionary:(GPBStringBoolDictionary *)dictionary {
10461 - (void)addEntriesFromDictionary:(GPBStringBoolDictionary *)otherDictionary {