Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.h42 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
44 PythonGrpcGenerator(const GeneratorConfiguration& config);
45 ~PythonGrpcGenerator();
Dpython_generator.cc828 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config) in PythonGrpcGenerator() function in grpc_python_generator::PythonGrpcGenerator
831 PythonGrpcGenerator::~PythonGrpcGenerator() {} in ~PythonGrpcGenerator()
882 uint64_t PythonGrpcGenerator::GetSupportedFeatures() const { in GetSupportedFeatures()
886 bool PythonGrpcGenerator::Generate(const FileDescriptor* file, in Generate()
Dpython_plugin.cc27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dpython_generator.h44 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
46 PythonGrpcGenerator(const GeneratorConfiguration& config);
47 ~PythonGrpcGenerator();
H A Dpython_generator.cc893 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config) in PythonGrpcGenerator() function in grpc_python_generator::PythonGrpcGenerator
896 PythonGrpcGenerator::~PythonGrpcGenerator() {} in ~PythonGrpcGenerator()
947 bool PythonGrpcGenerator::Generate(const FileDescriptor* file, in Generate()
H A Dpython_plugin.cc27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc66 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()
196 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_get_services()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc60 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()
185 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_get_services()