Home
last modified time | relevance | path

Searched refs:PythonGrpcGenerator (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/compiler/
Dpython_generator.h40 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
42 PythonGrpcGenerator(const GeneratorConfiguration& config);
43 ~PythonGrpcGenerator();
Dpython_plugin.cc27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
Dpython_generator.cc716 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config) in PythonGrpcGenerator() function in grpc_python_generator::PythonGrpcGenerator
719 PythonGrpcGenerator::~PythonGrpcGenerator() {} in ~PythonGrpcGenerator()
747 bool PythonGrpcGenerator::Generate(const FileDescriptor* file, in Generate()
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc33 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()