Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h299 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
DGPBDictionary.m8273 @implementation GPBInt64BoolDictionary { implementation
8304 return [[(GPBInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8330 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary {
8452 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary {