Home
last modified time | relevance | path

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/
Dprotoc.py77 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.pyx105 …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):
Dmain.cc135 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/
Dtracing_project.py83 protobuf_path = os.path.join( variable in TracingProject