Home
last modified time | relevance | path

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

/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() localVariable
382 FieldDescriptorProto_Type::TYPE_STRING if carllerche_for_string => { in field_elem()