Searched refs:gen_mod_rs (Results 1 – 2 of 2) sorted by relevance
33 pub gen_mod_rs: Option<bool>, field83 if let Some(v) = that.gen_mod_rs { in update_with()84 self.gen_mod_rs = Some(v); in update_with()134 r.gen_mod_rs = Some(parse_bool(v)?); in parse_from_parameter()156 let gen_mod_rs = None; in customize_from_rustproto_for_message() localVariable169 gen_mod_rs, in customize_from_rustproto_for_message()193 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable205 gen_mod_rs, in customize_from_rustproto_for_field()220 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable234 gen_mod_rs, in customize_from_rustproto_for_file()
301 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function348 if customize.gen_mod_rs.unwrap_or(false) { in gen()349 results.push(gen_mod_rs(&mods)); in gen()