Home
last modified time | relevance | path

Searched refs:GPBUInt64DoubleDictionary (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m2236 GPBUInt64DoubleDictionary *dict = [[GPBUInt64DoubleDictionary alloc] init];
2248GPBUInt64DoubleDictionary *dict = [GPBUInt64DoubleDictionary dictionaryWithValue:600. forKey:31ULL…
2266 GPBUInt64DoubleDictionary *dict =
2267 [[GPBUInt64DoubleDictionary alloc] initWithValues:kValues
2324 GPBUInt64DoubleDictionary *dict1 =
2325 [[GPBUInt64DoubleDictionary alloc] initWithValues:kValues1
2329 GPBUInt64DoubleDictionary *dict1prime =
2330 [[GPBUInt64DoubleDictionary alloc] initWithValues:kValues1
2334 GPBUInt64DoubleDictionary *dict2 =
2335 [[GPBUInt64DoubleDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h248 @interface GPBUInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64DoubleDictionary() function
DGPBDictionary.h949 @interface GPBUInt64DoubleDictionary : NSObject <NSCopying>
959 + (instancetype)dictionaryWithDictionary:(GPBUInt64DoubleDictionary *)dictionary;
965 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary;
973 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary;
DGPBDictionary.m6677 @implementation GPBUInt64DoubleDictionary { implementation
6690 return [[(GPBUInt64DoubleDictionary*)[self alloc] initWithValues:&value
6700 return [[(GPBUInt64DoubleDictionary*)[self alloc] initWithValues:values
6705 + (instancetype)dictionaryWithDictionary:(GPBUInt64DoubleDictionary *)dictionary {
6708 return [[(GPBUInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
6734 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary { argument
6758 return [[GPBUInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];
6761 - (BOOL)isEqual:(GPBUInt64DoubleDictionary *)other { argument
6765 if (![other isKindOfClass:[GPBUInt64DoubleDictionary class]]) {
6855 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary { argument
DGPBMessage.m395 result = [[GPBUInt64DoubleDictionary alloc] init];