Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dcustomize.rs19 pub carllerche_bytes_for_string: Option<bool>, field
68 if let Some(v) = that.carllerche_bytes_for_string { in update_with()
69 self.carllerche_bytes_for_string = Some(v); in update_with()
124 r.carllerche_bytes_for_string = Some(parse_bool(v)?); in parse_from_parameter()
152 let carllerche_bytes_for_string = rustproto::exts::carllerche_bytes_for_string.get(source); in customize_from_rustproto_for_message() localVariable
164 carllerche_bytes_for_string, in customize_from_rustproto_for_message()
187 let carllerche_bytes_for_string = in customize_from_rustproto_for_field() localVariable
200 carllerche_bytes_for_string, in customize_from_rustproto_for_field()
216 let carllerche_bytes_for_string = rustproto::exts::carllerche_bytes_for_string_all.get(source); in customize_from_rustproto_for_file() localVariable
228 carllerche_bytes_for_string, in customize_from_rustproto_for_file()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drustproto.rs49 …pub const carllerche_bytes_for_string: crate::ext::ExtFieldOptional<crate::descriptor::MessageOpti… constant
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/
Dmod.rs379 let carllerche_for_string = customize.carllerche_bytes_for_string.unwrap_or(false); in field_elem()