Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m2236 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2248 GPBUInt32DoubleDictionary *dict = [GPBUInt32DoubleDictionary dictionaryWithValue:600. forKey:1U];
2266 GPBUInt32DoubleDictionary *dict =
2267 [[GPBUInt32DoubleDictionary alloc] initWithValues:kValues
2324 GPBUInt32DoubleDictionary *dict1 =
2325 [[GPBUInt32DoubleDictionary alloc] initWithValues:kValues1
2329 GPBUInt32DoubleDictionary *dict1prime =
2330 [[GPBUInt32DoubleDictionary alloc] initWithValues:kValues1
2334 GPBUInt32DoubleDictionary *dict2 =
2335 [[GPBUInt32DoubleDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
DGPBDictionary.h257 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>
267 + (instancetype)dictionaryWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;
273 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;
281 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
DGPBDictionary.m2749 @implementation GPBUInt32DoubleDictionary { implementation
2762 return [[(GPBUInt32DoubleDictionary*)[self alloc] initWithValues:&value
2772 return [[(GPBUInt32DoubleDictionary*)[self alloc] initWithValues:values
2777 + (instancetype)dictionaryWithDictionary:(GPBUInt32DoubleDictionary *)dictionary {
2780 return [[(GPBUInt32DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
2806 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument
2830 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
2833 - (BOOL)isEqual:(GPBUInt32DoubleDictionary *)other { argument
2837 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {
2927 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
DGPBMessage.m306 result = [[GPBUInt32DoubleDictionary alloc] init];