Searched defs:first_span (Results 1 – 2 of 2) sorted by relevance
216 ByteSpan first_span = ByteSpan(data(), bytes_to_take); in TakePrefix() local234 ByteSpan first_span = ByteSpan(data(), size() - bytes_to_take); in TakeSuffix() local
537 let first_span = vis_span.unwrap_or(data_span); in spanned_error_trait() localVariable