Searched defs:protobuf_path (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
| D | protoc.py | 78 def _protos(protobuf_path): argument 86 def _services(protobuf_path): argument 95 def _protos_and_services(protobuf_path): argument 104 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/rust/crates/protobuf-parse/src/ |
| D | lib.rs | 23 mod protobuf_path; module
|
| /external/chromium-trace/catapult/tracing/ |
| D | tracing_project.py | 83 protobuf_path = os.path.join( variable in TracingProject
|