Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs22 pub serde_derive_cfg: Option<String>, field
71 if let Some(ref v) = that.serde_derive_cfg { in update_with()
72 self.serde_derive_cfg = Some(v.clone()); in update_with()
122 r.serde_derive_cfg = Some(v.to_owned()); in parse_from_parameter()
146 let serde_derive_cfg = rustproto::exts::serde_derive_cfg.get(source); in customize_from_rustproto_for_message() localVariable
157 serde_derive_cfg, in customize_from_rustproto_for_message()
173 let serde_derive_cfg = None; in customize_from_rustproto_for_field() localVariable
184 serde_derive_cfg, in customize_from_rustproto_for_field()
199 let serde_derive_cfg = rustproto::exts::serde_derive_cfg_all.get(source); in customize_from_rustproto_for_file() localVariable
210 serde_derive_cfg, in customize_from_rustproto_for_file()
/external/rust/crates/protobuf/src/
Drustproto.rs53 …pub const serde_derive_cfg: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crate:… constant