Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m2252 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];
2264 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];
2284 GPBInt64DoubleDictionary *dict =
2285 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues
2342 GPBInt64DoubleDictionary *dict1 =
2343 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBInt64DoubleDictionary *dict1prime =
2348 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBInt64DoubleDictionary *dict2 =
2353 [[GPBInt64DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h318 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
DGPBDictionary.h3391 @interface GPBInt64DoubleDictionary : NSObject <NSCopying>
3416 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary;
3454 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary;
DGPBDictionary.m7784 @implementation GPBInt64DoubleDictionary { implementation
7808 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary { argument
7832 return [[GPBInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];
7839 if (![other isKindOfClass:[GPBInt64DoubleDictionary class]]) {
7842 GPBInt64DoubleDictionary *otherDictionary = other;
7939 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary { argument
DGPBMessage.m471 result = [[GPBInt64DoubleDictionary alloc] init];