Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m2252 GPBStringDoubleDictionary *dict = [[GPBStringDoubleDictionary alloc] init];
2264 GPBStringDoubleDictionary *dict = [[GPBStringDoubleDictionary alloc] init];
2284 GPBStringDoubleDictionary *dict =
2285 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues
2342 GPBStringDoubleDictionary *dict1 =
2343 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBStringDoubleDictionary *dict1prime =
2348 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBStringDoubleDictionary *dict2 =
2353 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m2252 GPBStringDoubleDictionary *dict = [[GPBStringDoubleDictionary alloc] init];
2264 GPBStringDoubleDictionary *dict = [[GPBStringDoubleDictionary alloc] init];
2284 GPBStringDoubleDictionary *dict =
2285 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues
2342 GPBStringDoubleDictionary *dict1 =
2343 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBStringDoubleDictionary *dict1prime =
2348 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBStringDoubleDictionary *dict2 =
2353 [[GPBStringDoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h448 @interface GPBStringDoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringDoubleDictionary() function
H A DGPBDictionary.h5233 @interface GPBStringDoubleDictionary : NSObject <NSCopying>
5258 - (instancetype)initWithDictionary:(GPBStringDoubleDictionary *)dictionary;
5296 - (void)addEntriesFromDictionary:(GPBStringDoubleDictionary *)otherDictionary;
H A DGPBDictionary.m9582 @implementation GPBStringDoubleDictionary { implementation
9610 - (instancetype)initWithDictionary:(GPBStringDoubleDictionary *)dictionary { argument
9634 return [[GPBStringDoubleDictionary allocWithZone:zone] initWithDictionary:self];
9641 if (![other isKindOfClass:[GPBStringDoubleDictionary class]]) {
9644 GPBStringDoubleDictionary *otherDictionary = other;
9741 - (void)addEntriesFromDictionary:(GPBStringDoubleDictionary *)otherDictionary { argument
H A DGPBMessage.m516 result = [[GPBStringDoubleDictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h448 @interface GPBStringDoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringDoubleDictionary() function
H A DGPBDictionary.h5233 @interface GPBStringDoubleDictionary : NSObject <NSCopying>
5258 - (instancetype)initWithDictionary:(GPBStringDoubleDictionary *)dictionary;
5296 - (void)addEntriesFromDictionary:(GPBStringDoubleDictionary *)otherDictionary;
H A DGPBDictionary.m9582 @implementation GPBStringDoubleDictionary { implementation
9610 - (instancetype)initWithDictionary:(GPBStringDoubleDictionary *)dictionary { argument
9634 return [[GPBStringDoubleDictionary allocWithZone:zone] initWithDictionary:self];
9641 if (![other isKindOfClass:[GPBStringDoubleDictionary class]]) {
9644 GPBStringDoubleDictionary *otherDictionary = other;
9741 - (void)addEntriesFromDictionary:(GPBStringDoubleDictionary *)otherDictionary { argument
H A DGPBMessage.m516 result = [[GPBStringDoubleDictionary alloc] init];