Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h116 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32FloatDictionary() function
DGPBDictionary.m2543 @implementation GPBUInt32FloatDictionary { implementation
2574 return [[(GPBUInt32FloatDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2600 - (instancetype)initWithDictionary:(GPBUInt32FloatDictionary *)dictionary {
2627 - (BOOL)isEqual:(GPBUInt32FloatDictionary *)other {
2721 - (void)addEntriesFromDictionary:(GPBUInt32FloatDictionary *)otherDictionary {