Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m1891 GPBStringFloatDictionary *dict = [[GPBStringFloatDictionary alloc] init];
1903 GPBStringFloatDictionary *dict = [[GPBStringFloatDictionary alloc] init];
1923 GPBStringFloatDictionary *dict =
1924 [[GPBStringFloatDictionary alloc] initWithFloats:kValues
1981 GPBStringFloatDictionary *dict1 =
1982 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1986 GPBStringFloatDictionary *dict1prime =
1987 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1991 GPBStringFloatDictionary *dict2 =
1992 [[GPBStringFloatDictionary alloc] initWithFloats:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+String.m1891 GPBStringFloatDictionary *dict = [[GPBStringFloatDictionary alloc] init];
1903 GPBStringFloatDictionary *dict = [[GPBStringFloatDictionary alloc] init];
1923 GPBStringFloatDictionary *dict =
1924 [[GPBStringFloatDictionary alloc] initWithFloats:kValues
1981 GPBStringFloatDictionary *dict1 =
1982 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1986 GPBStringFloatDictionary *dict1prime =
1987 [[GPBStringFloatDictionary alloc] initWithFloats:kValues1
1991 GPBStringFloatDictionary *dict2 =
1992 [[GPBStringFloatDictionary alloc] initWithFloats:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h442 @interface GPBStringFloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringFloatDictionary() function
H A DGPBDictionary.h5138 @interface GPBStringFloatDictionary : NSObject <NSCopying>
5163 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary;
5201 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary;
H A DGPBDictionary.m9391 @implementation GPBStringFloatDictionary { implementation
9419 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary { argument
9443 return [[GPBStringFloatDictionary allocWithZone:zone] initWithDictionary:self];
9450 if (![other isKindOfClass:[GPBStringFloatDictionary class]]) {
9453 GPBStringFloatDictionary *otherDictionary = other;
9550 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary { argument
H A DGPBMessage.m513 result = [[GPBStringFloatDictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h442 @interface GPBStringFloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringFloatDictionary() function
H A DGPBDictionary.h5138 @interface GPBStringFloatDictionary : NSObject <NSCopying>
5163 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary;
5201 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary;
H A DGPBDictionary.m9391 @implementation GPBStringFloatDictionary { implementation
9419 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary { argument
9443 return [[GPBStringFloatDictionary allocWithZone:zone] initWithDictionary:self];
9450 if (![other isKindOfClass:[GPBStringFloatDictionary class]]) {
9453 GPBStringFloatDictionary *otherDictionary = other;
9550 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary { argument
H A DGPBMessage.m513 result = [[GPBStringFloatDictionary alloc] init];