Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m2252 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];
2264 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];
2284 GPBInt32DoubleDictionary *dict =
2285 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues
2342 GPBInt32DoubleDictionary *dict1 =
2343 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2347 GPBInt32DoubleDictionary *dict1prime =
2348 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2352 GPBInt32DoubleDictionary *dict2 =
2353 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h188 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
DGPBDictionary.h1549 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>
1574 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;
1612 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
DGPBDictionary.m4284 @implementation GPBInt32DoubleDictionary { implementation
4308 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument
4332 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
4339 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {
4342 GPBInt32DoubleDictionary *otherDictionary = other;
4439 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
DGPBMessage.m382 result = [[GPBInt32DoubleDictionary alloc] init];
1514 GPBInt32DoubleDictionary *dict =