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.rs30 pub gen_mod_rs: Option<bool>, field
77 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() localVariable
159 gen_mod_rs, in customize_from_rustproto_for_message()
175 let gen_mod_rs = None; in customize_from_rustproto_for_field() localVariable
186 gen_mod_rs, in customize_from_rustproto_for_field()
201 let gen_mod_rs = None; in customize_from_rustproto_for_file() localVariable
213 gen_mod_rs, in customize_from_rustproto_for_file()
Dlib.rs239 fn gen_mod_rs(mods: &[String]) -> compiler_plugin::GenResult { in gen_mod_rs() function
286 if customize.gen_mod_rs.unwrap_or(false) { in gen()
287 results.push(gen_mod_rs(&mods)); in gen()