Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dgen_c_protos78 def protoc_path(out_directory): function
116 def generate(source, outdir, protoc_path, protozero_c_plugin_path, guard_strip_prefix, guard_add_pr… argument
Dgen_all27 def protoc_path(out_directory): function
Dgen_binary_descriptors45 def generate(source, target, protoc_path, check_only): argument
/external/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py32 protoc_path = sys.argv[2] variable
/external/rust/crates/protobuf-parse/src/
Dparser.rs75 pub fn protoc_path(&mut self, protoc: &Path) -> &mut Self { in protoc_path() method
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs176 pub fn protoc_path(&mut self, protoc: &Path) -> &mut Self { in protoc_path() method