Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m2251 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2263 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2283 GPBUInt32DoubleDictionary *dict =
2284 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2341 GPBUInt32DoubleDictionary *dict1 =
2342 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2346 GPBUInt32DoubleDictionary *dict1prime =
2347 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2351 GPBUInt32DoubleDictionary *dict2 =
2352 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h122 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
DGPBDictionary.h627 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>
652 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;
690 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
DGPBDictionary.m2531 @implementation GPBUInt32DoubleDictionary { implementation
2555 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument
2579 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
2586 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {
2589 GPBUInt32DoubleDictionary *otherDictionary = other;
2686 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
DGPBMessage.m339 result = [[GPBUInt32DoubleDictionary alloc] init];