Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m1168 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1180 GPBUInt64Int64Dictionary *dict = [[GPBUInt64Int64Dictionary alloc] init];
1200 GPBUInt64Int64Dictionary *dict =
1201 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues
1258 GPBUInt64Int64Dictionary *dict1 =
1259 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1263 GPBUInt64Int64Dictionary *dict1prime =
1264 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues1
1268 GPBUInt64Int64Dictionary *dict2 =
1269 [[GPBUInt64Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h230 @interface GPBUInt64Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64Int64Dictionary() function
DGPBDictionary.h2184 @interface GPBUInt64Int64Dictionary : NSObject <NSCopying>
2209 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary;
2247 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary;
DGPBDictionary.m5478 @implementation GPBUInt64Int64Dictionary { implementation
5502 - (instancetype)initWithDictionary:(GPBUInt64Int64Dictionary *)dictionary { argument
5526 return [[GPBUInt64Int64Dictionary allocWithZone:zone] initWithDictionary:self];
5533 if (![other isKindOfClass:[GPBUInt64Int64Dictionary class]]) {
5536 GPBUInt64Int64Dictionary *otherDictionary = other;
5633 - (void)addEntriesFromDictionary:(GPBUInt64Int64Dictionary *)otherDictionary { argument
DGPBMessage.m422 result = [[GPBUInt64Int64Dictionary alloc] init];