Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m2252 GPBUInt64DoubleDictionary *dict = [[GPBUInt64DoubleDictionary alloc] init];
2264 GPBUInt64DoubleDictionary *dict = [[GPBUInt64DoubleDictionary alloc] init];
2284 GPBUInt64DoubleDictionary *dict =
2285 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues
2342 GPBUInt64DoubleDictionary *dict1 =
2343 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBUInt64DoubleDictionary *dict1prime =
2348 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBUInt64DoubleDictionary *dict2 =
2353 [[GPBUInt64DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h253 @interface GPBUInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64DoubleDictionary() function
DGPBDictionary.h2470 @interface GPBUInt64DoubleDictionary : NSObject <NSCopying>
2495 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary;
2533 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary;
DGPBDictionary.m6034 @implementation GPBUInt64DoubleDictionary { implementation
6058 - (instancetype)initWithDictionary:(GPBUInt64DoubleDictionary *)dictionary { argument
6082 return [[GPBUInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];
6089 if (![other isKindOfClass:[GPBUInt64DoubleDictionary class]]) {
6092 GPBUInt64DoubleDictionary *otherDictionary = other;
6189 - (void)addEntriesFromDictionary:(GPBUInt64DoubleDictionary *)otherDictionary { argument
DGPBMessage.m426 result = [[GPBUInt64DoubleDictionary alloc] init];