Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m1891 GPBUInt32FloatDictionary *dict = [[GPBUInt32FloatDictionary alloc] init];
1903 GPBUInt32FloatDictionary *dict = [[GPBUInt32FloatDictionary alloc] init];
1923 GPBUInt32FloatDictionary *dict =
1924 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
1981 GPBUInt32FloatDictionary *dict1 =
1982 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues1
1986 GPBUInt32FloatDictionary *dict1prime =
1987 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues1
1991 GPBUInt32FloatDictionary *dict2 =
1992 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues2
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+UInt32.m1891 GPBUInt32FloatDictionary *dict = [[GPBUInt32FloatDictionary alloc] init];
1903 GPBUInt32FloatDictionary *dict = [[GPBUInt32FloatDictionary alloc] init];
1923 GPBUInt32FloatDictionary *dict =
1924 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues
1981 GPBUInt32FloatDictionary *dict1 =
1982 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues1
1986 GPBUInt32FloatDictionary *dict1prime =
1987 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues1
1991 GPBUInt32FloatDictionary *dict2 =
1992 [[GPBUInt32FloatDictionary alloc] initWithFloats:kValues2
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h117 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32FloatDictionary() function
H A DGPBDictionary.h533 @interface GPBUInt32FloatDictionary : NSObject <NSCopying>
558 - (instancetype)initWithDictionary:(GPBUInt32FloatDictionary *)dictionary;
596 - (void)addEntriesFromDictionary:(GPBUInt32FloatDictionary *)otherDictionary;
H A DGPBDictionary.m2351 @implementation GPBUInt32FloatDictionary { implementation
2375 - (instancetype)initWithDictionary:(GPBUInt32FloatDictionary *)dictionary { argument
2399 return [[GPBUInt32FloatDictionary allocWithZone:zone] initWithDictionary:self];
2406 if (![other isKindOfClass:[GPBUInt32FloatDictionary class]]) {
2409 GPBUInt32FloatDictionary *otherDictionary = other;
2506 - (void)addEntriesFromDictionary:(GPBUInt32FloatDictionary *)otherDictionary { argument
H A DGPBMessage.m336 result = [[GPBUInt32FloatDictionary alloc] init];
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h117 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32FloatDictionary() function
H A DGPBDictionary.h533 @interface GPBUInt32FloatDictionary : NSObject <NSCopying>
558 - (instancetype)initWithDictionary:(GPBUInt32FloatDictionary *)dictionary;
596 - (void)addEntriesFromDictionary:(GPBUInt32FloatDictionary *)otherDictionary;
H A DGPBDictionary.m2351 @implementation GPBUInt32FloatDictionary { implementation
2375 - (instancetype)initWithDictionary:(GPBUInt32FloatDictionary *)dictionary { argument
2399 return [[GPBUInt32FloatDictionary allocWithZone:zone] initWithDictionary:self];
2406 if (![other isKindOfClass:[GPBUInt32FloatDictionary class]]) {
2409 GPBUInt32FloatDictionary *otherDictionary = other;
2506 - (void)addEntriesFromDictionary:(GPBUInt32FloatDictionary *)otherDictionary { argument
H A DGPBMessage.m336 result = [[GPBUInt32FloatDictionary alloc] init];