#include <google/protobuf/descriptor.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
enum | google::protobuf::compiler::java::FieldAccessorType {
google::protobuf::compiler::java::HAZZER,
google::protobuf::compiler::java::GETTER,
google::protobuf::compiler::java::SETTER,
google::protobuf::compiler::java::CLEARER,
google::protobuf::compiler::java::LIST_COUNT,
google::protobuf::compiler::java::LIST_GETTER,
google::protobuf::compiler::java::LIST_INDEXED_GETTER,
google::protobuf::compiler::java::LIST_INDEXED_SETTER,
google::protobuf::compiler::java::LIST_ADDER,
google::protobuf::compiler::java::LIST_MULTI_ADDER,
google::protobuf::compiler::java::HAZZER,
google::protobuf::compiler::java::GETTER,
google::protobuf::compiler::java::SETTER,
google::protobuf::compiler::java::CLEARER,
google::protobuf::compiler::java::LIST_COUNT,
google::protobuf::compiler::java::LIST_GETTER,
google::protobuf::compiler::java::LIST_INDEXED_GETTER,
google::protobuf::compiler::java::LIST_INDEXED_SETTER,
google::protobuf::compiler::java::LIST_ADDER,
google::protobuf::compiler::java::LIST_MULTI_ADDER
} |
|
|
std::string | google::protobuf::compiler::java::EscapeJavadoc (const std::string &input) |
|
void | google::protobuf::compiler::java::WriteEnumDocComment (io::Printer *printer, const EnumDescriptor *enum_) |
|
void | google::protobuf::compiler::java::WriteEnumValueDocComment (io::Printer *printer, const EnumValueDescriptor *value) |
|
void | google::protobuf::compiler::java::WriteFieldAccessorDocComment (io::Printer *printer, const FieldDescriptor *field, const FieldAccessorType type, const bool builder) |
|
void | google::protobuf::compiler::java::WriteFieldDocComment (io::Printer *printer, const FieldDescriptor *field) |
|
void | google::protobuf::compiler::java::WriteFieldEnumValueAccessorDocComment (io::Printer *printer, const FieldDescriptor *field, const FieldAccessorType type, const bool builder) |
|
void | google::protobuf::compiler::java::WriteFieldStringBytesAccessorDocComment (io::Printer *printer, const FieldDescriptor *field, const FieldAccessorType type, const bool builder) |
|
void | google::protobuf::compiler::java::WriteMessageDocComment (io::Printer *printer, const Descriptor *message) |
|
void | google::protobuf::compiler::java::WriteMethodDocComment (io::Printer *printer, const MethodDescriptor *method) |
|
void | google::protobuf::compiler::java::WriteServiceDocComment (io::Printer *printer, const ServiceDescriptor *service) |
|