Home
last modified time | relevance | path

Searched defs:carllerche_bytes_for_string (Results 1 – 2 of 2) 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
152 let carllerche_bytes_for_string = rustproto::exts::carllerche_bytes_for_string.get(source); in customize_from_rustproto_for_message() localVariable
187 let carllerche_bytes_for_string = in customize_from_rustproto_for_field() localVariable
216 let carllerche_bytes_for_string = rustproto::exts::carllerche_bytes_for_string_all.get(source); in customize_from_rustproto_for_file() localVariable
/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