Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h236 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
DGPBDictionary.m6300 @implementation GPBUInt64BoolDictionary { implementation
6331 return [[(GPBUInt64BoolDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6357 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary {
6479 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary {