#include <csharp_enum.h>

Public Member Functions | |
| EnumGenerator (const EnumDescriptor *descriptor, const Options *options) | |
| EnumGenerator (const EnumDescriptor *descriptor, const Options *options) | |
| EnumGenerator (const EnumGenerator &)=delete | |
| EnumGenerator (const EnumGenerator &)=delete | |
| void | Generate (io::Printer *printer) |
| void | Generate (io::Printer *printer) |
| EnumGenerator & | operator= (const EnumGenerator &)=delete |
| EnumGenerator & | operator= (const EnumGenerator &)=delete |
| ~EnumGenerator () | |
| ~EnumGenerator () | |
Private Attributes | |
| const EnumDescriptor * | descriptor_ |
Additional Inherited Members | |
Protected Member Functions inherited from google::protobuf::compiler::csharp::SourceGeneratorBase | |
| std::string | class_access_level () |
| std::string | class_access_level () |
| SourceGeneratorBase & | operator= (const SourceGeneratorBase &)=delete |
| SourceGeneratorBase & | operator= (const SourceGeneratorBase &)=delete |
| const Options * | options () |
| const Options * | options () |
| SourceGeneratorBase (const FileDescriptor *descriptor, const Options *options) | |
| SourceGeneratorBase (const Options *options) | |
| SourceGeneratorBase (const SourceGeneratorBase &)=delete | |
| SourceGeneratorBase (const SourceGeneratorBase &)=delete | |
| void | WriteGeneratedCodeAttributes (io::Printer *printer) |
| void | WriteGeneratedCodeAttributes (io::Printer *printer) |
| virtual | ~SourceGeneratorBase () |
| virtual | ~SourceGeneratorBase () |
Definition at line 46 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h.
| google::protobuf::compiler::csharp::EnumGenerator::EnumGenerator | ( | const EnumDescriptor * | descriptor, |
| const Options * | options | ||
| ) |
Definition at line 50 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.
| google::protobuf::compiler::csharp::EnumGenerator::~EnumGenerator | ( | ) |
Definition at line 55 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.
|
delete |
| google::protobuf::compiler::csharp::EnumGenerator::EnumGenerator | ( | const EnumDescriptor * | descriptor, |
| const Options * | options | ||
| ) |
| google::protobuf::compiler::csharp::EnumGenerator::~EnumGenerator | ( | ) |
|
delete |
| void google::protobuf::compiler::csharp::EnumGenerator::Generate | ( | io::Printer * | printer | ) |
Definition at line 58 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.
| void google::protobuf::compiler::csharp::EnumGenerator::Generate | ( | io::Printer * | printer | ) |
|
delete |
|
delete |
|
private |
Definition at line 57 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h.