Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h242 @interface GPBUInt64FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64FloatDictionary() function
DGPBDictionary.m6471 @implementation GPBUInt64FloatDictionary { implementation
6502 return [[(GPBUInt64FloatDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6528 - (instancetype)initWithDictionary:(GPBUInt64FloatDictionary *)dictionary {
6555 - (BOOL)isEqual:(GPBUInt64FloatDictionary *)other {
6649 - (void)addEntriesFromDictionary:(GPBUInt64FloatDictionary *)otherDictionary {