Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m808 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];
820 GPBUInt64UInt64Dictionary *dict = [[GPBUInt64UInt64Dictionary alloc] init];
840 GPBUInt64UInt64Dictionary *dict =
841 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBUInt64UInt64Dictionary *dict1 =
899 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBUInt64UInt64Dictionary *dict1prime =
904 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBUInt64UInt64Dictionary *dict2 =
909 [[GPBUInt64UInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h229 @interface GPBUInt64UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64UInt64Dictionary() function
DGPBDictionary.h2090 @interface GPBUInt64UInt64Dictionary : NSObject <NSCopying>
2115 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary;
2153 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary;
DGPBDictionary.m5302 @implementation GPBUInt64UInt64Dictionary { implementation
5326 - (instancetype)initWithDictionary:(GPBUInt64UInt64Dictionary *)dictionary { argument
5350 return [[GPBUInt64UInt64Dictionary allocWithZone:zone] initWithDictionary:self];
5357 if (![other isKindOfClass:[GPBUInt64UInt64Dictionary class]]) {
5360 GPBUInt64UInt64Dictionary *otherDictionary = other;
5457 - (void)addEntriesFromDictionary:(GPBUInt64UInt64Dictionary *)otherDictionary { argument
DGPBMessage.m415 result = [[GPBUInt64UInt64Dictionary alloc] init];