Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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.cc140 CodeGenerator* code_generator, char* protobuf_path, in generate_code()
170 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos()
180 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services()
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A 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
H A 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):
H A Dmain.cc148 CodeGenerator* code_generator, char* protobuf_path, in generate_code()
178 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos()
188 char* protobuf_path, char* version, in protoc_get_services()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dlib.rs23 mod protobuf_path; module
/aosp_15_r20/external/chromium-trace/catapult/tracing/
H A Dtracing_project.py83 protobuf_path = os.path.join( variable in TracingProject