Home
last modified time | relevance | path

Searched defs: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
146 let serde_derive_cfg = rustproto::exts::serde_derive_cfg.get(source); in customize_from_rustproto_for_message() localVariable
173 let serde_derive_cfg = None; in customize_from_rustproto_for_field() localVariable
199 let serde_derive_cfg = rustproto::exts::serde_derive_cfg_all.get(source); in customize_from_rustproto_for_file() localVariable
/external/rust/crates/protobuf/src/
Drustproto.rs53 …pub const serde_derive_cfg: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crate:… constant