#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::java | |
google::protobuf::io | |
Functions | |
void | google::protobuf::compiler::java::PrintExtraFieldInfo (const std::map< std::string, std::string > &variables, io::Printer *printer) |
void | google::protobuf::compiler::java::SetCommonFieldVariables (const FieldDescriptor *descriptor, const FieldGeneratorInfo *info, std::map< std::string, std::string > *variables) |
void | google::protobuf::compiler::java::SetCommonOneofVariables (const FieldDescriptor *descriptor, const OneofGeneratorInfo *info, std::map< std::string, std::string > *variables) |