Home
last modified time | relevance | path

Searched refs:carllerche_bytes_for_bytes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dcustomize.rs16 pub carllerche_bytes_for_bytes: Option<bool>, field
62 if let Some(v) = that.carllerche_bytes_for_bytes { in update_with()
63 self.carllerche_bytes_for_bytes = Some(v); in update_with()
116 r.carllerche_bytes_for_bytes = Some(parse_bool(v)?); in parse_from_parameter()
143 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes.get(source); in customize_from_rustproto_for_message() localVariable
154 carllerche_bytes_for_bytes, in customize_from_rustproto_for_message()
169 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_field.get(source); in customize_from_rustproto_for_field() localVariable
181 carllerche_bytes_for_bytes, in customize_from_rustproto_for_field()
196 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_all.get(source); in customize_from_rustproto_for_file() localVariable
207 carllerche_bytes_for_bytes, in customize_from_rustproto_for_file()
/external/rust/crates/protobuf/src/
Drustproto.rs47 …pub const carllerche_bytes_for_bytes: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptio… constant
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs379 let carllerche_for_bytes = customize.carllerche_bytes_for_bytes.unwrap_or(false); in field_elem()