Home
last modified time | relevance | path

Searched refs:protoc_args (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic-build/src/
H A Dprost.rs38 protoc_args: Vec::new(), in configure()
307 pub(crate) protoc_args: Vec<OsString>, field
514 self.protoc_args.push(arg.as_ref().into()); in protoc_arg()
696 for arg in self.protoc_args.iter() { in setup_config()