Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m1891 GPBUInt64FloatDictionary *dict = [[GPBUInt64FloatDictionary alloc] init];
1903 GPBUInt64FloatDictionary *dict = [[GPBUInt64FloatDictionary alloc] init];
1923 GPBUInt64FloatDictionary *dict =
1924 [[GPBUInt64FloatDictionary alloc] initWithFloats:kValues
1981 GPBUInt64FloatDictionary *dict1 =
1982 [[GPBUInt64FloatDictionary alloc] initWithFloats:kValues1
1986 GPBUInt64FloatDictionary *dict1prime =
1987 [[GPBUInt64FloatDictionary alloc] initWithFloats:kValues1
1991 GPBUInt64FloatDictionary *dict2 =
1992 [[GPBUInt64FloatDictionary alloc] initWithFloats:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h247 @interface GPBUInt64FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64FloatDictionary() function
DGPBDictionary.h2375 @interface GPBUInt64FloatDictionary : NSObject <NSCopying>
2400 - (instancetype)initWithDictionary:(GPBUInt64FloatDictionary *)dictionary;
2438 - (void)addEntriesFromDictionary:(GPBUInt64FloatDictionary *)otherDictionary;
DGPBDictionary.m5851 @implementation GPBUInt64FloatDictionary { implementation
5875 - (instancetype)initWithDictionary:(GPBUInt64FloatDictionary *)dictionary { argument
5899 return [[GPBUInt64FloatDictionary allocWithZone:zone] initWithDictionary:self];
5906 if (![other isKindOfClass:[GPBUInt64FloatDictionary class]]) {
5909 GPBUInt64FloatDictionary *otherDictionary = other;
6006 - (void)addEntriesFromDictionary:(GPBUInt64FloatDictionary *)otherDictionary { argument
DGPBMessage.m423 result = [[GPBUInt64FloatDictionary alloc] init];