| Index: third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h b/third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
|
| index aa0f5fced68e01a1cea8ed8036a686958579fe6b..7583aa65bf25abdc1bbc13e80762acd196030a25 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
|
| @@ -48,6 +48,7 @@ class Descriptor;
|
| class EnumDescriptor;
|
| class EnumValueDescriptor;
|
| class FieldDescriptor;
|
| +class OneofDescriptor;
|
| class ServiceDescriptor;
|
|
|
| namespace io { class Printer; }
|
| @@ -148,6 +149,7 @@ class LIBPROTOC_EXPORT Generator : public CodeGenerator {
|
|
|
| void FixAllDescriptorOptions() const;
|
| void FixOptionsForField(const FieldDescriptor& field) const;
|
| + void FixOptionsForOneof(const OneofDescriptor& oneof) const;
|
| void FixOptionsForEnum(const EnumDescriptor& descriptor) const;
|
| void FixOptionsForMessage(const Descriptor& descriptor) const;
|
|
|
|
|