Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m1529 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1541 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1561 GPBUInt64BoolDictionary *dict =
1562 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues
1619 GPBUInt64BoolDictionary *dict1 =
1620 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1624 GPBUInt64BoolDictionary *dict1prime =
1625 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1629 GPBUInt64BoolDictionary *dict2 =
1630 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h236 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
DGPBDictionary.h2279 @interface GPBUInt64BoolDictionary : NSObject <NSCopying>
2304 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary;
2342 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m5661 @implementation GPBUInt64BoolDictionary { implementation
5685 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary { argument
5709 return [[GPBUInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
5716 if (![other isKindOfClass:[GPBUInt64BoolDictionary class]]) {
5719 GPBUInt64BoolDictionary *otherDictionary = other;
5816 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m404 result = [[GPBUInt64BoolDictionary alloc] init];