Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1169 GPBInt32Int64Dictionary *dict = [[GPBInt32Int64Dictionary alloc] init];
1181 GPBInt32Int64Dictionary *dict = [[GPBInt32Int64Dictionary alloc] init];
1201 GPBInt32Int64Dictionary *dict =
1202 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues
1259 GPBInt32Int64Dictionary *dict1 =
1260 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues1
1264 GPBInt32Int64Dictionary *dict1prime =
1265 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues1
1269 GPBInt32Int64Dictionary *dict2 =
1270 [[GPBInt32Int64Dictionary alloc] initWithInt64s:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h170 @interface GPBInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32Int64Dictionary() function
DGPBDictionary.h1264 @interface GPBInt32Int64Dictionary : NSObject <NSCopying>
1289 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary;
1327 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary;
DGPBMessage.m376 result = [[GPBInt32Int64Dictionary alloc] init];
1492 GPBInt32Int64Dictionary *dict =
1558 GPBInt32Int64Dictionary *dict =
1602 GPBInt32Int64Dictionary *dict =
DGPBDictionary.m3735 @implementation GPBInt32Int64Dictionary { implementation
3759 - (instancetype)initWithDictionary:(GPBInt32Int64Dictionary *)dictionary { argument
3783 return [[GPBInt32Int64Dictionary allocWithZone:zone] initWithDictionary:self];
3790 if (![other isKindOfClass:[GPBInt32Int64Dictionary class]]) {
3793 GPBInt32Int64Dictionary *otherDictionary = other;
3890 - (void)addEntriesFromDictionary:(GPBInt32Int64Dictionary *)otherDictionary { argument