Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dchunk.cc216 ByteSpan first_span = ByteSpan(data(), bytes_to_take); in TakePrefix() local
234 ByteSpan first_span = ByteSpan(data(), size() - bytes_to_take); in TakeSuffix() local
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/
Dexpand.rs537 let first_span = vis_span.unwrap_or(data_span); in spanned_error_trait() localVariable