Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m1530 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1542 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1562 GPBUInt64BoolDictionary *dict =
1563 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues
1620 GPBUInt64BoolDictionary *dict1 =
1621 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1625 GPBUInt64BoolDictionary *dict1prime =
1626 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1630 GPBUInt64BoolDictionary *dict2 =
1631 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt64.m1530 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1542 GPBUInt64BoolDictionary *dict = [[GPBUInt64BoolDictionary alloc] init];
1562 GPBUInt64BoolDictionary *dict =
1563 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues
1620 GPBUInt64BoolDictionary *dict1 =
1621 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1625 GPBUInt64BoolDictionary *dict1prime =
1626 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues1
1630 GPBUInt64BoolDictionary *dict2 =
1631 [[GPBUInt64BoolDictionary alloc] initWithBools:kValues2
[all …]
/external/cronet/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h241 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
DGPBDictionary.h2280 @interface GPBUInt64BoolDictionary : NSObject <NSCopying>
2305 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary;
2343 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m5668 @implementation GPBUInt64BoolDictionary { implementation
5692 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary { argument
5716 return [[GPBUInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
5723 if (![other isKindOfClass:[GPBUInt64BoolDictionary class]]) {
5726 GPBUInt64BoolDictionary *otherDictionary = other;
5823 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m404 result = [[GPBUInt64BoolDictionary alloc] init];
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h241 @interface GPBUInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt64BoolDictionary() function
DGPBDictionary.h2280 @interface GPBUInt64BoolDictionary : NSObject <NSCopying>
2305 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary;
2343 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m5668 @implementation GPBUInt64BoolDictionary { implementation
5692 - (instancetype)initWithDictionary:(GPBUInt64BoolDictionary *)dictionary { argument
5716 return [[GPBUInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
5723 if (![other isKindOfClass:[GPBUInt64BoolDictionary class]]) {
5726 GPBUInt64BoolDictionary *otherDictionary = other;
5823 - (void)addEntriesFromDictionary:(GPBUInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m404 result = [[GPBUInt64BoolDictionary alloc] init];