Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int64.m1530 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];
1542 GPBInt64BoolDictionary *dict = [[GPBInt64BoolDictionary alloc] init];
1562 GPBInt64BoolDictionary *dict =
1563 [[GPBInt64BoolDictionary alloc] initWithBools:kValues
1620 GPBInt64BoolDictionary *dict1 =
1621 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1
1625 GPBInt64BoolDictionary *dict1prime =
1626 [[GPBInt64BoolDictionary alloc] initWithBools:kValues1
1630 GPBInt64BoolDictionary *dict2 =
1631 [[GPBInt64BoolDictionary alloc] initWithBools:kValues2
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h306 @interface GPBInt64BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBInt64BoolDictionary() function
DGPBDictionary.h3201 @interface GPBInt64BoolDictionary : NSObject <NSCopying>
3226 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary;
3264 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary;
DGPBDictionary.m7418 @implementation GPBInt64BoolDictionary { implementation
7442 - (instancetype)initWithDictionary:(GPBInt64BoolDictionary *)dictionary { argument
7466 return [[GPBInt64BoolDictionary allocWithZone:zone] initWithDictionary:self];
7473 if (![other isKindOfClass:[GPBInt64BoolDictionary class]]) {
7476 GPBInt64BoolDictionary *otherDictionary = other;
7573 - (void)addEntriesFromDictionary:(GPBInt64BoolDictionary *)otherDictionary { argument
DGPBMessage.m447 result = [[GPBInt64BoolDictionary alloc] init];