Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+String.m1169 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];
1181 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];
1201 GPBStringInt64Dictionary *dict =
1202 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues
1259 GPBStringInt64Dictionary *dict1 =
1260 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1264 GPBStringInt64Dictionary *dict1prime =
1265 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1269 GPBStringInt64Dictionary *dict2 =
1270 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h430 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
DGPBDictionary.h4948 @interface GPBStringInt64Dictionary : NSObject <NSCopying>
4973 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;
5011 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
DGPBDictionary.m9009 @implementation GPBStringInt64Dictionary { implementation
9037 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument
9061 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];
9068 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {
9071 GPBStringInt64Dictionary *otherDictionary = other;
9168 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
DGPBMessage.m508 result = [[GPBStringInt64Dictionary alloc] init];