|
|
@ -63,6 +63,7 @@ class EnumGenerator { |
|
|
|
// Precondition: in ::google::protobuf namespace.
|
|
|
|
// Precondition: in ::google::protobuf namespace.
|
|
|
|
void GenerateGetEnumDescriptorSpecializations(io::Printer* p); |
|
|
|
void GenerateGetEnumDescriptorSpecializations(io::Printer* p); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// For enums nested within a message, generate code to import all the enum's
|
|
|
|
// For enums nested within a message, generate code to import all the enum's
|
|
|
|
// symbols (e.g. the enum type name, all its values, etc.) into the class's
|
|
|
|
// symbols (e.g. the enum type name, all its values, etc.) into the class's
|
|
|
|
// namespace. This should be placed inside the class definition in the
|
|
|
|
// namespace. This should be placed inside the class definition in the
|
|
|
|