Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m3366 GPBUInt32ObjectDictionary<NSString*> *dict = [[GPBUInt32ObjectDictionary alloc] init];
3378GPBUInt32ObjectDictionary<NSString*> *dict = [GPBUInt32ObjectDictionary dictionaryWithObject:@"abc…
3393 GPBUInt32ObjectDictionary<NSString*> *dict =
3394 [[GPBUInt32ObjectDictionary alloc] initWithObjects:kObjects
3444 GPBUInt32ObjectDictionary<NSString*> *dict1 =
3445 [[GPBUInt32ObjectDictionary alloc] initWithObjects:kObjects1
3449 GPBUInt32ObjectDictionary<NSString*> *dict1prime =
3450 [[GPBUInt32ObjectDictionary alloc] initWithObjects:kObjects1
3454 GPBUInt32ObjectDictionary<NSString*> *dict2 =
3455 [[GPBUInt32ObjectDictionary alloc] initWithObjects:kObjects2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h137 @interface GPBUInt32ObjectDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32ObjectDictionary() function
DGPBDictionary.h358 @interface GPBUInt32ObjectDictionary<__covariant ObjectType> : NSObject <NSCopying>
368 + (instancetype)dictionaryWithDictionary:(GPBUInt32ObjectDictionary *)dictionary;
374 - (instancetype)initWithDictionary:(GPBUInt32ObjectDictionary *)dictionary;
382 - (void)addEntriesFromDictionary:(GPBUInt32ObjectDictionary *)otherDictionary;
DGPBDictionary.m3240 @implementation GPBUInt32ObjectDictionary { implementation
3253 return [[(GPBUInt32ObjectDictionary*)[self alloc] initWithObjects:&object
3263 return [[(GPBUInt32ObjectDictionary*)[self alloc] initWithObjects:objects
3268 + (instancetype)dictionaryWithDictionary:(GPBUInt32ObjectDictionary *)dictionary {
3271 return [[(GPBUInt32ObjectDictionary*)[self alloc] initWithDictionary:dictionary] autorelease]; argument
3301 - (instancetype)initWithDictionary:(GPBUInt32ObjectDictionary *)dictionary { argument
3325 return [[GPBUInt32ObjectDictionary allocWithZone:zone] initWithDictionary:self];
3328 - (BOOL)isEqual:(GPBUInt32ObjectDictionary *)other { argument
3332 if (![other isKindOfClass:[GPBUInt32ObjectDictionary class]]) {
3369 GPBUInt32ObjectDictionary *newDict =
[all …]
DGPBMessage.m315 result = [[GPBUInt32ObjectDictionary alloc] init];