Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1530 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1542 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1562 GPBInt32BoolDictionary *dict =
1563 [[GPBInt32BoolDictionary alloc] initWithBools:kValues
1620 GPBInt32BoolDictionary *dict1 =
1621 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1625 GPBInt32BoolDictionary *dict1prime =
1626 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1630 GPBInt32BoolDictionary *dict2 =
1631 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h176 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
DGPBDictionary.h1359 @interface GPBInt32BoolDictionary : NSObject <NSCopying>
1384 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;
1422 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m3918 @implementation GPBInt32BoolDictionary { implementation
3942 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument
3966 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
3973 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {
3976 GPBInt32BoolDictionary *otherDictionary = other;
4073 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m358 result = [[GPBInt32BoolDictionary alloc] init];
1382 GPBInt32BoolDictionary *dict =