Searched defs:gen_mod_rs (Results 1 – 6 of 6) sorted by relevance
33 pub gen_mod_rs: Option<bool>, field156 let gen_mod_rs = None; in customize_from_rustproto_for_message() localVariable193 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable220 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable
301 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function
16 let gen_mod_rs = None; in customize_from_rustproto_for_message() localVariable41 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable62 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable
108 pub(crate) gen_mod_rs: Option<bool>, field163 pub fn gen_mod_rs(mut self, gen_mod_rs: bool) -> Self { in gen_mod_rs() method
4 pub(crate) fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function
12 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P]) { in gen_mod_rs() function