| Index: third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
|
| ===================================================================
|
| --- third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h (revision 216642)
|
| +++ third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h (working copy)
|
| @@ -138,6 +138,11 @@
|
| void PrintSerializedPbInterval(
|
| const DescriptorT& descriptor, DescriptorProtoT& proto) const;
|
|
|
| + void FixAllDescriptorOptions() const;
|
| + void FixOptionsForField(const FieldDescriptor& field) const;
|
| + void FixOptionsForEnum(const EnumDescriptor& descriptor) const;
|
| + void FixOptionsForMessage(const Descriptor& descriptor) const;
|
| +
|
| // Very coarse-grained lock to ensure that Generate() is reentrant.
|
| // Guards file_, printer_ and file_descriptor_serialized_.
|
| mutable Mutex mutex_;
|
|
|