Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m85 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
97 GPBInt32UInt32Dictionary *dict = [[GPBInt32UInt32Dictionary alloc] init];
117 GPBInt32UInt32Dictionary *dict =
118 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues
175 GPBInt32UInt32Dictionary *dict1 =
176 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
180 GPBInt32UInt32Dictionary *dict1prime =
181 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues1
185 GPBInt32UInt32Dictionary *dict2 =
186 [[GPBInt32UInt32Dictionary alloc] initWithUInt32s:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h149 @interface GPBInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt32Dictionary() function
DGPBDictionary.h978 @interface GPBInt32UInt32Dictionary : NSObject <NSCopying>
1003 - (instancetype)initWithDictionary:(GPBInt32UInt32Dictionary *)dictionary;
1041 - (void)addEntriesFromDictionary:(GPBInt32UInt32Dictionary *)otherDictionary;
DGPBMessage.m364 result = [[GPBInt32UInt32Dictionary alloc] init];
1411 GPBInt32UInt32Dictionary *dict =
1611 GPBInt32UInt32Dictionary *dict =
DGPBDictionary.m3181 @implementation GPBInt32UInt32Dictionary { implementation
3205 - (instancetype)initWithDictionary:(GPBInt32UInt32Dictionary *)dictionary { argument
3229 return [[GPBInt32UInt32Dictionary allocWithZone:zone] initWithDictionary:self];
3236 if (![other isKindOfClass:[GPBInt32UInt32Dictionary class]]) {
3239 GPBInt32UInt32Dictionary *otherDictionary = other;
3336 - (void)addEntriesFromDictionary:(GPBInt32UInt32Dictionary *)otherDictionary { argument