Searched refs:gen_mod_rs (Results 1 – 2 of 2) sorted by relevance
30 pub gen_mod_rs: Option<bool>, field77 if let Some(v) = that.gen_mod_rs { in update_with()78 self.gen_mod_rs = Some(v); in update_with()126 r.gen_mod_rs = Some(parse_bool(v)?); in parse_from_parameter()148 let gen_mod_rs = None; in customize_from_rustproto_for_message() localVariable159 gen_mod_rs, in customize_from_rustproto_for_message()175 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable186 gen_mod_rs, in customize_from_rustproto_for_field()201 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable213 gen_mod_rs, in customize_from_rustproto_for_file()
239 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function286 if customize.gen_mod_rs.unwrap_or(false) { in gen()287 results.push(gen_mod_rs(&mods)); in gen()