Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+String.m1530 GPBStringBoolDictionary *dict = [[GPBStringBoolDictionary alloc] init];
1542 GPBStringBoolDictionary *dict = [[GPBStringBoolDictionary alloc] init];
1562 GPBStringBoolDictionary *dict =
1563 [[GPBStringBoolDictionary alloc] initWithBools:kValues
1620 GPBStringBoolDictionary *dict1 =
1621 [[GPBStringBoolDictionary alloc] initWithBools:kValues1
1625 GPBStringBoolDictionary *dict1prime =
1626 [[GPBStringBoolDictionary alloc] initWithBools:kValues1
1630 GPBStringBoolDictionary *dict2 =
1631 [[GPBStringBoolDictionary alloc] initWithBools:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h436 @interface GPBStringBoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBStringBoolDictionary() function
DGPBDictionary.h5043 @interface GPBStringBoolDictionary : NSObject <NSCopying>
5068 - (instancetype)initWithDictionary:(GPBStringBoolDictionary *)dictionary;
5106 - (void)addEntriesFromDictionary:(GPBStringBoolDictionary *)otherDictionary;
DGPBDictionary.m9200 @implementation GPBStringBoolDictionary { implementation
9228 - (instancetype)initWithDictionary:(GPBStringBoolDictionary *)dictionary { argument
9252 return [[GPBStringBoolDictionary allocWithZone:zone] initWithDictionary:self];
9259 if (![other isKindOfClass:[GPBStringBoolDictionary class]]) {
9262 GPBStringBoolDictionary *otherDictionary = other;
9359 - (void)addEntriesFromDictionary:(GPBStringBoolDictionary *)otherDictionary { argument
DGPBMessage.m490 result = [[GPBStringBoolDictionary alloc] init];