Searched refs:expose_fields (Results 1 – 3 of 3) sorted by relevance
12 pub expose_fields: Option<bool>, field56 if let Some(v) = that.expose_fields { in update_with()57 self.expose_fields = Some(v); in update_with()112 r.expose_fields = Some(parse_bool(v)?); in parse_from_parameter()141 let expose_fields = rustproto::exts::expose_fields.get(source); in customize_from_rustproto_for_message() localVariable152 expose_fields, in customize_from_rustproto_for_message()167 let expose_fields = rustproto::exts::expose_fields_field.get(source); in customize_from_rustproto_for_field() localVariable179 expose_fields, in customize_from_rustproto_for_field()194 let expose_fields = rustproto::exts::expose_fields_all.get(source); in customize_from_rustproto_for_file() localVariable205 expose_fields, in customize_from_rustproto_for_file()
43 …pub const expose_fields: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crate::ty… constant
468 let expose_field = customize.expose_fields.unwrap_or(default_expose_field); in parse()