HomeSort by relevance Sort by last modified time
    Searched refs:PythonGrpcGenerator (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/compiler/
python_generator.h 40 class PythonGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
42 PythonGrpcGenerator(const GeneratorConfiguration& config);
43 ~PythonGrpcGenerator();
python_plugin.cc 27 grpc_python_generator::PythonGrpcGenerator generator(config);
python_generator.cc 716 PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config)
719 PythonGrpcGenerator::~PythonGrpcGenerator() {}
747 bool PythonGrpcGenerator::Generate(const FileDescriptor* file,
  /external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
main.cc 33 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config);

Completed in 603 milliseconds