Searched defs:protobuf_path (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | protoc.py | 77 def _protos(protobuf_path): argument 85 def _services(protobuf_path): argument 94 def _protos_and_services(protobuf_path): argument 103 def __init__(self, suffix, codegen_fn, module_name, protobuf_path, argument
|
D | _protoc_compiler.pyx | 105 …errors(int rc, vector[cProtocError]* errors, vector[cProtocWarning]* wrnings, bytes protobuf_path): 115 def get_protos(bytes protobuf_path, list include_paths): 125 def get_services(bytes protobuf_path, list include_paths):
|
D | main.cc | 135 CodeGenerator* code_generator, char* protobuf_path, in generate_code() 165 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() 175 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services()
|
/external/chromium-trace/catapult/tracing/ |
D | tracing_project.py | 83 protobuf_path = os.path.join( variable in TracingProject
|