Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+UInt32.m1530 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];
1542 GPBUInt32BoolDictionary *dict = [[GPBUInt32BoolDictionary alloc] init];
1562 GPBUInt32BoolDictionary *dict =
1563 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues
1620 GPBUInt32BoolDictionary *dict1 =
1621 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues1
1625 GPBUInt32BoolDictionary *dict1prime =
1626 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues1
1630 GPBUInt32BoolDictionary *dict2 =
1631 [[GPBUInt32BoolDictionary alloc] initWithBools:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h111 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary() function
DGPBDictionary.h438 @interface GPBUInt32BoolDictionary : NSObject <NSCopying>
463 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary;
501 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary;
DGPBDictionary.m2168 @implementation GPBUInt32BoolDictionary { implementation
2192 - (instancetype)initWithDictionary:(GPBUInt32BoolDictionary *)dictionary { argument
2216 return [[GPBUInt32BoolDictionary allocWithZone:zone] initWithDictionary:self];
2223 if (![other isKindOfClass:[GPBUInt32BoolDictionary class]]) {
2226 GPBUInt32BoolDictionary *otherDictionary = other;
2323 - (void)addEntriesFromDictionary:(GPBUInt32BoolDictionary *)otherDictionary { argument
DGPBMessage.m313 result = [[GPBUInt32BoolDictionary alloc] init];