#include <google/protobuf/io/printer.h>
#include <google/protobuf/descriptor.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::csharp | |
Functions | |
void | google::protobuf::compiler::csharp::WriteEnumDocComment (io::Printer *printer, const EnumDescriptor *enumDescriptor) |
void | google::protobuf::compiler::csharp::WriteEnumValueDocComment (io::Printer *printer, const EnumValueDescriptor *value) |
void | google::protobuf::compiler::csharp::WriteMessageDocComment (io::Printer *printer, const Descriptor *message) |
void | google::protobuf::compiler::csharp::WriteMethodDocComment (io::Printer *printer, const MethodDescriptor *method) |
void | google::protobuf::compiler::csharp::WritePropertyDocComment (io::Printer *printer, const FieldDescriptor *field) |