Searched refs:inside_protobuf (Results 1 – 8 of 8) sorted by relevance
17 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable26 inside_protobuf, in customize_from_rustproto_for_message()42 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable51 inside_protobuf, in customize_from_rustproto_for_field()63 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable71 inside_protobuf, in customize_from_rustproto_for_file()
111 pub(crate) inside_protobuf: Option<bool>, field169 pub fn inside_protobuf(mut self, inside_protobuf: bool) -> Self { in inside_protobuf() method170 self.inside_protobuf = Some(inside_protobuf); in inside_protobuf()197 if let Some(v) = that.inside_protobuf { in update_with()198 self.inside_protobuf = Some(v); in update_with()240 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()
36 pub inside_protobuf: Option<bool>, field86 if let Some(v) = that.inside_protobuf { in update_with()87 self.inside_protobuf = Some(v); in update_with()136 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()157 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable170 inside_protobuf, in customize_from_rustproto_for_message()194 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable206 inside_protobuf, in customize_from_rustproto_for_field()221 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable233 inside_protobuf, in customize_from_rustproto_for_file()
6 match customize.inside_protobuf { in protobuf_crate_path()
259 if customize.inside_protobuf != Some(true) { in gen_file()
7 match customize.inside_protobuf { in protobuf_crate_path()
55 if customize.for_elem.inside_protobuf.unwrap_or(false) { in gen_all()
69 if customize.for_elem.inside_protobuf != Some(true) { in gen_file()