Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+String.m808 GPBStringUInt64Dictionary *dict = [[GPBStringUInt64Dictionary alloc] init];
820 GPBStringUInt64Dictionary *dict = [[GPBStringUInt64Dictionary alloc] init];
840 GPBStringUInt64Dictionary *dict =
841 [[GPBStringUInt64Dictionary alloc] initWithUInt64s:kValues
898 GPBStringUInt64Dictionary *dict1 =
899 [[GPBStringUInt64Dictionary alloc] initWithUInt64s:kValues1
903 GPBStringUInt64Dictionary *dict1prime =
904 [[GPBStringUInt64Dictionary alloc] initWithUInt64s:kValues1
908 GPBStringUInt64Dictionary *dict2 =
909 [[GPBStringUInt64Dictionary alloc] initWithUInt64s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h424 @interface GPBStringUInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringUInt64Dictionary() function
DGPBDictionary.h4853 @interface GPBStringUInt64Dictionary : NSObject <NSCopying>
4878 - (instancetype)initWithDictionary:(GPBStringUInt64Dictionary *)dictionary;
4916 - (void)addEntriesFromDictionary:(GPBStringUInt64Dictionary *)otherDictionary;
DGPBDictionary.m8818 @implementation GPBStringUInt64Dictionary { implementation
8846 - (instancetype)initWithDictionary:(GPBStringUInt64Dictionary *)dictionary { argument
8870 return [[GPBStringUInt64Dictionary allocWithZone:zone] initWithDictionary:self];
8877 if (![other isKindOfClass:[GPBStringUInt64Dictionary class]]) {
8880 GPBStringUInt64Dictionary *otherDictionary = other;
8977 - (void)addEntriesFromDictionary:(GPBStringUInt64Dictionary *)otherDictionary { argument
DGPBMessage.m503 result = [[GPBStringUInt64Dictionary alloc] init];