Home
last modified time | relevance | path

Searched defs:out_dir (Results 1 – 4 of 4) sorted by relevance

/tonic/examples/
H A Dbuild.rs9 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() localVariable
/tonic/codegen/src/
H A Dmain.rs83 let out_dir = root_dir.join(out_dir); in codegen() localVariable
/tonic/tonic-build/src/
H A Dmanual.rs421 out_dir: Option<PathBuf>, field
469 pub fn out_dir(mut self, out_dir: impl AsRef<Path>) -> Self { in out_dir() method
479 let out_dir = if let Some(out_dir) = self.out_dir.as_ref() { in compile() localVariable
H A Dprost.rs316 out_dir: Option<PathBuf>, field
359 pub fn out_dir(mut self, out_dir: impl AsRef<Path>) -> Self { in out_dir() method