Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dfallback.rs371 let lo_char = (span.lo - self.span.lo) as usize; in byte_range() localVariable
378 .range(..=lo_char) in byte_range()
382 let lo_byte = if last_char_index == lo_char { in byte_range()
387 .nth(lo_char - last_char_index) in byte_range()
393 .insert(lo_char, total_byte_offset); in byte_range()