Home
last modified time | relevance | path

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

/tonic/codegen/src/
H A Dmain.rs72 file_descriptor_set_path: &Path, in codegen()
84 let file_descriptor_set_path = root_dir.join(file_descriptor_set_path); in codegen() localVariable
88 write_fds(&fds, &file_descriptor_set_path); in codegen()
/tonic/examples/
H A Dbuild.rs11 .file_descriptor_set_path(out_dir.join("helloworld_descriptor.bin")) in main()
/tonic/tonic-build/src/
H A Dprost.rs22 file_descriptor_set_path: None, in configure()
292 pub(crate) file_descriptor_set_path: Option<PathBuf>, field
343 pub fn file_descriptor_set_path(mut self, path: impl AsRef<Path>) -> Self { in file_descriptor_set_path() method
344 self.file_descriptor_set_path = Some(path.as_ref().to_path_buf()); in file_descriptor_set_path()
656 if let Some(path) = self.file_descriptor_set_path.as_ref() { in setup_config()
657 config.file_descriptor_set_path(path); in setup_config()