Home
last modified time | relevance | path

Searched refs:GPBInt32Int32Dictionary (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m447 GPBInt32Int32Dictionary *dict = [[GPBInt32Int32Dictionary alloc] init];
459 GPBInt32Int32Dictionary *dict = [[GPBInt32Int32Dictionary alloc] init];
479 GPBInt32Int32Dictionary *dict =
480 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues
537 GPBInt32Int32Dictionary *dict1 =
538 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues1
542 GPBInt32Int32Dictionary *dict1prime =
543 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues1
547 GPBInt32Int32Dictionary *dict2 =
548 [[GPBInt32Int32Dictionary alloc] initWithInt32s:kValues2
[all …]
DGPBMessageTests.m1266 message3.iToI = [[[GPBInt32Int32Dictionary alloc] init] autorelease];
1310 GPBInt32Int32Dictionary *iToI = [message.iToI retain];
1350 GPBInt32Int32Dictionary *iToI = [message.a.iToI retain];
1352 message.a.iToI = [[[GPBInt32Int32Dictionary alloc] init] autorelease];
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h158 @interface GPBInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32Int32Dictionary() function
DGPBMessage.m367 result = [[GPBInt32Int32Dictionary alloc] init];
551 GPBInt32Int32Dictionary *gpbDict = result;
709 GPBInt32Int32Dictionary *gpbDict = dictionary;
993 GPBInt32Int32Dictionary *existingDict = value;
1081 GPBInt32Int32Dictionary *gpbDict = arrayOrMap;
1426 GPBInt32Int32Dictionary *dict =
1536 GPBInt32Int32Dictionary *dict =
1580 GPBInt32Int32Dictionary *dict =
2573 GPBInt32Int32Dictionary *resultDict =
3029 GPBInt32Int32Dictionary *map =
DGPBDictionary.h1074 @interface GPBInt32Int32Dictionary : NSObject <NSCopying>
1099 - (instancetype)initWithDictionary:(GPBInt32Int32Dictionary *)dictionary;
1137 - (void)addEntriesFromDictionary:(GPBInt32Int32Dictionary *)otherDictionary;
DGPBUtilities.m657 GPBInt32Int32Dictionary *gpbDict = oldValue;
1691 GPBInt32Int32Dictionary *dict = map;
DGPBDictionary.m3369 @implementation GPBInt32Int32Dictionary { implementation
3393 - (instancetype)initWithDictionary:(GPBInt32Int32Dictionary *)dictionary { argument
3417 return [[GPBInt32Int32Dictionary allocWithZone:zone] initWithDictionary:self];
3424 if (![other isKindOfClass:[GPBInt32Int32Dictionary class]]) {
3427 GPBInt32Int32Dictionary *otherDictionary = other;
3524 - (void)addEntriesFromDictionary:(GPBInt32Int32Dictionary *)otherDictionary { argument