Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m2252 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2264 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2284 GPBUInt32DoubleDictionary *dict =
2285 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2342 GPBUInt32DoubleDictionary *dict1 =
2343 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBUInt32DoubleDictionary *dict1prime =
2348 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBUInt32DoubleDictionary *dict2 =
2353 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m2252 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2264 GPBUInt32DoubleDictionary *dict = [[GPBUInt32DoubleDictionary alloc] init];
2284 GPBUInt32DoubleDictionary *dict =
2285 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues
2342 GPBUInt32DoubleDictionary *dict1 =
2343 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBUInt32DoubleDictionary *dict1prime =
2348 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBUInt32DoubleDictionary *dict2 =
2353 [[GPBUInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h123 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
H A DGPBDictionary.h628 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>
653 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;
691 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
H A DGPBDictionary.m2534 @implementation GPBUInt32DoubleDictionary { implementation
2558 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument
2582 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
2589 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {
2592 GPBUInt32DoubleDictionary *otherDictionary = other;
2689 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
H A DGPBMessage.m339 result = [[GPBUInt32DoubleDictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h123 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary() function
H A DGPBDictionary.h628 @interface GPBUInt32DoubleDictionary : NSObject <NSCopying>
653 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary;
691 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary;
H A DGPBDictionary.m2534 @implementation GPBUInt32DoubleDictionary { implementation
2558 - (instancetype)initWithDictionary:(GPBUInt32DoubleDictionary *)dictionary { argument
2582 return [[GPBUInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
2589 if (![other isKindOfClass:[GPBUInt32DoubleDictionary class]]) {
2592 GPBUInt32DoubleDictionary *otherDictionary = other;
2689 - (void)addEntriesFromDictionary:(GPBUInt32DoubleDictionary *)otherDictionary { argument
H A DGPBMessage.m339 result = [[GPBUInt32DoubleDictionary alloc] init];