Home
last modified time | relevance | path

Searched refs:PythonGrpcGenerator (Results 1 – 8 of 8) 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/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.h42 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
44 PythonGrpcGenerator(const GeneratorConfiguration& config);
45 ~PythonGrpcGenerator();
Dpython_plugin.cc27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
Dpython_generator.cc827 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config) in PythonGrpcGenerator() function in grpc_python_generator::PythonGrpcGenerator
830 PythonGrpcGenerator::~PythonGrpcGenerator() {} in ~PythonGrpcGenerator()
881 uint64_t PythonGrpcGenerator::GetSupportedFeatures() const { in GetSupportedFeatures()
885 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()
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc55 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()
180 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_get_services()