Home
last modified time | relevance | path

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

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1529 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1541 GPBInt32BoolDictionary *dict = [[GPBInt32BoolDictionary alloc] init];
1561 GPBInt32BoolDictionary *dict =
1562 [[GPBInt32BoolDictionary alloc] initWithBools:kValues
1619 GPBInt32BoolDictionary *dict1 =
1620 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1624 GPBInt32BoolDictionary *dict1prime =
1625 [[GPBInt32BoolDictionary alloc] initWithBools:kValues1
1629 GPBInt32BoolDictionary *dict2 =
1630 [[GPBInt32BoolDictionary alloc] initWithBools:kValues2
[all …]
/external/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h173 @interface GPBInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32BoolDictionary() function
DGPBDictionary.h1358 @interface GPBInt32BoolDictionary : NSObject <NSCopying>
1383 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary;
1421 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m3913 @implementation GPBInt32BoolDictionary { implementation
3937 - (instancetype)initWithDictionary:(GPBInt32BoolDictionary *)dictionary { argument
3961 return [[GPBInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
3968 if (![other isKindOfClass:[GPBInt32BoolDictionary class]]) {
3971 GPBInt32BoolDictionary *otherDictionary = other;
4068 - (void)addEntriesFromDictionary:(GPBInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m360 result = [[GPBInt32BoolDictionary alloc] init];
1391 GPBInt32BoolDictionary *dict =