Searched refs:inside_protobuf (Results 1 – 3 of 3) sorted by relevance
33 pub inside_protobuf: Option<bool>, field80 if let Some(v) = that.inside_protobuf { in update_with()81 self.inside_protobuf = Some(v); in update_with()128 r.inside_protobuf = Some(parse_bool(v)?); in parse_from_parameter()149 let inside_protobuf = None; in customize_from_rustproto_for_message() localVariable160 inside_protobuf, in customize_from_rustproto_for_message()176 let inside_protobuf = None; in customize_from_rustproto_for_field() localVariable187 inside_protobuf, in customize_from_rustproto_for_field()202 let inside_protobuf = None; in customize_from_rustproto_for_file() localVariable212 inside_protobuf, in customize_from_rustproto_for_file()
6 match customize.inside_protobuf { in protobuf_crate_path()
197 if customize.inside_protobuf != Some(true) { in gen_file()