Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/build/
Dprobe.rs12 pub fn byte_range(this: &Span) -> Range<usize> { in byte_range() function
/third_party/rust/crates/proc-macro2/src/
Dfallback.rs383 fn byte_range(&mut self, span: Span) -> Range<usize> { in byte_range() method
419 let byte_range = self.byte_range(span); in source_text() localVariable
563 pub(crate) fn byte_range(&self) -> Range<usize> { in byte_range() method
Dwrapper.rs468 pub(crate) fn byte_range(&self) -> Range<usize> { in byte_range() method
Dlib.rs494 pub fn byte_range(&self) -> Range<usize> { in byte_range() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dserver.rs300 fn byte_range(&mut self, _span: Self::Span) -> Range<usize> { in byte_range() method
/third_party/backends/backend/
Dapple.c197 static const SANE_Range byte_range = variable
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs643 fn byte_range(&mut self, span: Self::Span) -> Range<usize> { in byte_range() method
/third_party/rust/rust/library/proc_macro/src/
Dlib.rs492 pub fn byte_range(&self) -> Range<usize> { in byte_range() method
/third_party/rust/rust/src/librustdoc/html/render/
Dmod.rs2295 let byte_range = (byte_lo - byte_min, byte_hi - byte_min); in render_call_locations() localVariable