Home
last modified time | relevance | path

Searched defs:byte_range (Results 1 – 4 of 4) sorted by relevance

/linux/rust/proc-macro2/probe/
H A Dproc_macro_span.rs15 pub fn byte_range(this: &Span) -> Range<usize> { in byte_range() function
/linux/rust/proc-macro2/
H A Dfallback.rs370 fn byte_range(&mut self, span: Span) -> Range<usize> { in byte_range() method
406 let byte_range = self.byte_range(span); in source_text() localVariable
538 pub(crate) fn byte_range(&self) -> Range<usize> { in byte_range() method
H A Dwrapper.rs429 pub(crate) fn byte_range(&self) -> Range<usize> { in byte_range() method
H A Dlib.rs437 pub fn byte_range(&self) -> Range<usize> { in byte_range() method