#include <python_generator.h>
Public Member Functions | |
bool | Generate (const grpc::protobuf::FileDescriptor *file, const std::string ¶meter, grpc::protobuf::compiler::GeneratorContext *context, std::string *error) const override |
uint64_t | GetSupportedFeatures () const override |
PythonGrpcGenerator (const GeneratorConfiguration &config) | |
~PythonGrpcGenerator () | |
Private Attributes | |
GeneratorConfiguration | config_ |
Definition at line 42 of file src/compiler/python_generator.h.
grpc_python_generator::PythonGrpcGenerator::PythonGrpcGenerator | ( | const GeneratorConfiguration & | config | ) |
Definition at line 828 of file src/compiler/python_generator.cc.
grpc_python_generator::PythonGrpcGenerator::~PythonGrpcGenerator | ( | ) |
Definition at line 831 of file src/compiler/python_generator.cc.
|
override |
Definition at line 886 of file src/compiler/python_generator.cc.
|
override |
Definition at line 882 of file src/compiler/python_generator.cc.
|
private |
Definition at line 55 of file src/compiler/python_generator.h.