Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+String.m1168 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];
1180 GPBStringInt64Dictionary *dict = [[GPBStringInt64Dictionary alloc] init];
1200 GPBStringInt64Dictionary *dict =
1201 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues
1258 GPBStringInt64Dictionary *dict1 =
1259 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1263 GPBStringInt64Dictionary *dict1prime =
1264 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues1
1268 GPBStringInt64Dictionary *dict2 =
1269 [[GPBStringInt64Dictionary alloc] initWithInt64s:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h419 @interface GPBStringInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBStringInt64Dictionary() function
DGPBDictionary.h4947 @interface GPBStringInt64Dictionary : NSObject <NSCopying>
4972 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary;
5010 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary;
DGPBDictionary.m8998 @implementation GPBStringInt64Dictionary { implementation
9026 - (instancetype)initWithDictionary:(GPBStringInt64Dictionary *)dictionary { argument
9050 return [[GPBStringInt64Dictionary allocWithZone:zone] initWithDictionary:self];
9057 if (![other isKindOfClass:[GPBStringInt64Dictionary class]]) {
9060 GPBStringInt64Dictionary *otherDictionary = other;
9157 - (void)addEntriesFromDictionary:(GPBStringInt64Dictionary *)otherDictionary { argument
DGPBMessage.m510 result = [[GPBStringInt64Dictionary alloc] init];