Home
last modified time | relevance | path

Searched defs:carllerche_bytes_for_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dcustomize.rs17 pub carllerche_bytes_for_bytes: Option<bool>, field
151 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes.get(source); in customize_from_rustproto_for_message() localVariable
186 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_field.get(source); in customize_from_rustproto_for_field() localVariable
215 let carllerche_bytes_for_bytes = rustproto::exts::carllerche_bytes_for_bytes_all.get(source); in customize_from_rustproto_for_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drustproto.rs47 …pub const carllerche_bytes_for_bytes: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptio… constant