Home
last modified time | relevance | path

Searched refs:gen_mod_rs (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs33 pub gen_mod_rs: Option<bool>, field
83 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() localVariable
169 gen_mod_rs, in customize_from_rustproto_for_message()
193 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable
205 gen_mod_rs, in customize_from_rustproto_for_field()
220 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable
234 gen_mod_rs, in customize_from_rustproto_for_file()
Dlib.rs301 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function
348 if customize.gen_mod_rs.unwrap_or(false) { in gen()
349 results.push(gen_mod_rs(&mods)); in gen()