Searched refs:PythonGrpcGenerator (Results 1 – 4 of 4) sorted by relevance
40 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {42 PythonGrpcGenerator(const GeneratorConfiguration& config);43 ~PythonGrpcGenerator();
27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
716 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config) in PythonGrpcGenerator() function in grpc_python_generator::PythonGrpcGenerator719 PythonGrpcGenerator::~PythonGrpcGenerator() {} in ~PythonGrpcGenerator()747 bool PythonGrpcGenerator::Generate(const FileDescriptor* file, in Generate()
33 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()