#include <vector>
#include "src/compiler/config.h"
#include "src/compiler/cpp_generator_helpers.h"
#include "src/compiler/python_generator_helpers.h"
#include "src/compiler/python_private_generator.h"
#include "src/compiler/schema_interface.h"
Go to the source code of this file.
Classes | |
class | ProtoBufFile |
class | ProtoBufMethod |
class | ProtoBufPrinter |
class | ProtoBufService |
Functions | |
template<typename DescriptorType > | |
std::string | GetCommentsHelper (const DescriptorType *desc, bool leading, const std::string &prefix) |
|
inline |
Definition at line 32 of file protobuf_plugin.h.