Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m2236 GPBInt64DoubleDictionary *dict = [[GPBInt64DoubleDictionary alloc] init];
2248 GPBInt64DoubleDictionary *dict = [GPBInt64DoubleDictionary dictionaryWithValue:600. forKey:21LL];
2266 GPBInt64DoubleDictionary *dict =
2267 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues
2324 GPBInt64DoubleDictionary *dict1 =
2325 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues1
2329 GPBInt64DoubleDictionary *dict1prime =
2330 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues1
2334 GPBInt64DoubleDictionary *dict2 =
2335 [[GPBInt64DoubleDictionary alloc] initWithValues:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h311 @interface GPBInt64DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64DoubleDictionary() function
DGPBDictionary.h1295 @interface GPBInt64DoubleDictionary : NSObject <NSCopying>
1305 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary;
1311 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary;
1319 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary;
DGPBDictionary.m8641 @implementation GPBInt64DoubleDictionary { implementation
8654 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithValues:&value
8664 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithValues:values
8669 + (instancetype)dictionaryWithDictionary:(GPBInt64DoubleDictionary *)dictionary {
8672 return [[(GPBInt64DoubleDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
8698 - (instancetype)initWithDictionary:(GPBInt64DoubleDictionary *)dictionary { argument
8722 return [[GPBInt64DoubleDictionary allocWithZone:zone] initWithDictionary:self];
8725 - (BOOL)isEqual:(GPBInt64DoubleDictionary *)other { argument
8729 if (![other isKindOfClass:[GPBInt64DoubleDictionary class]]) {
8819 - (void)addEntriesFromDictionary:(GPBInt64DoubleDictionary *)otherDictionary { argument
DGPBMessage.m440 result = [[GPBInt64DoubleDictionary alloc] init];