Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
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 …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h442 @interface GPBStringFloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringFloatDictionary() function
DGPBDictionary.h5138 @interface GPBStringFloatDictionary : NSObject <NSCopying>
5163 - (instancetype)initWithDictionary:(GPBStringFloatDictionary *)dictionary;
5201 - (void)addEntriesFromDictionary:(GPBStringFloatDictionary *)otherDictionary;
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
DGPBMessage.m511 result = [[GPBStringFloatDictionary alloc] init];