Index: third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h |
index bcba82da57abfcea9f03f53807670a592daffda2..3d9df4dbf49a9ef93e7690cfe153843fdc2a276c 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h |
@@ -61,7 +61,9 @@ class OneofGenerator { |
void GeneratePropertyImplementation(io::Printer* printer); |
void GenerateClearFunctionImplementation(io::Printer* printer); |
- void GenerateDescription(io::Printer* printer); |
+ |
+ string DescriptorName(void) const; |
+ string HasIndexAsString(void) const; |
private: |
const OneofDescriptor* descriptor_; |