Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m2251 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];
2263 GPBInt32DoubleDictionary *dict = [[GPBInt32DoubleDictionary alloc] init];
2283 GPBInt32DoubleDictionary *dict =
2284 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues
2341 GPBInt32DoubleDictionary *dict1 =
2342 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2346 GPBInt32DoubleDictionary *dict1prime =
2347 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues1
2351 GPBInt32DoubleDictionary *dict2 =
2352 [[GPBInt32DoubleDictionary alloc] initWithDoubles:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h185 @interface GPBInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32DoubleDictionary() function
DGPBDictionary.h1548 @interface GPBInt32DoubleDictionary : NSObject <NSCopying>
1573 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary;
1611 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary;
DGPBDictionary.m4279 @implementation GPBInt32DoubleDictionary { implementation
4303 - (instancetype)initWithDictionary:(GPBInt32DoubleDictionary *)dictionary { argument
4327 return [[GPBInt32DoubleDictionary allocWithZone:zone] initWithDictionary:self];
4334 if (![other isKindOfClass:[GPBInt32DoubleDictionary class]]) {
4337 GPBInt32DoubleDictionary *otherDictionary = other;
4434 - (void)addEntriesFromDictionary:(GPBInt32DoubleDictionary *)otherDictionary { argument
DGPBMessage.m384 result = [[GPBInt32DoubleDictionary alloc] init];
1511 GPBInt32DoubleDictionary *dict =