Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary_PackagePrivate.h104 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary() function
DGPBDictionary.m2147 @implementation GPBUInt32Int64Dictionary { implementation
2178 return [[(GPBUInt32Int64Dictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2204 - (instancetype)initWithDictionary:(GPBUInt32Int64Dictionary *)dictionary {
2326 - (void)addEntriesFromDictionary:(GPBUInt32Int64Dictionary *)otherDictionary {