Home
last modified time | relevance | path

Searched defs:protobuf_path (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/
D_runtime_protos.py73 def protos(protobuf_path): # pylint: disable=unused-argument argument
109 def services(protobuf_path): # pylint: disable=unused-argument argument
146 def protos_and_services(protobuf_path): # pylint: disable=unused-argument argument
/third_party/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py104 def _protos(protobuf_path): argument
113 def _services(protobuf_path): argument
123 def _protos_and_services(protobuf_path): argument
132 self, suffix, codegen_fn, module_name, protobuf_path, proto_root argument
D_protoc_compiler.pyx109 …errors(int rc, vector[cProtocError]* errors, vector[cProtocWarning]* wrnings, bytes protobuf_path):
119 def get_protos(bytes protobuf_path, list include_paths):
129 def get_services(bytes protobuf_path, list include_paths):
Dmain.cc147 CodeGenerator* code_generator, char* protobuf_path, in generate_code()
177 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos()
187 char* protobuf_path, char* version, in protoc_get_services()