Home
last modified time | relevance | path

Searched defs:compile_protos (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh154 compile_protos() { function
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh154 compile_protos() { function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/xds_protos/
Dbuild.py83 def compile_protos(proto_root: str, sub_dir: str = '.') -> None: function
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/
H A Dbuild.py122 def compile_protos(proto_root: str, sub_dir: str = ".") -> None: function
/aosp_15_r20/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
H A Dpython_protos.py59 def compile_protos( function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dprost_codegen.rs15 pub fn compile_protos<P>(protos: &[P], includes: &[P], out_dir: &str) -> io::Result<Vec<String>> in compile_protos() function