Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dlocation.rs10 pub struct LineColumn { struct
19 impl Ord for LineColumn { argument
27 impl PartialOrd for LineColumn { implementation
H A Dfallback.rs348 fn offset_line_column(&self, offset: usize) -> LineColumn { in offset_line_column()
553 pub(crate) fn start(&self) -> LineColumn { in start()
566 pub(crate) fn end(&self) -> LineColumn { in end()
H A Dwrapper.rs440 pub(crate) fn start(&self) -> LineColumn { in start()
454 pub(crate) fn end(&self) -> LineColumn { in end()
H A Dlib.rs452 pub fn start(&self) -> LineColumn { in start()
467 pub fn end(&self) -> LineColumn { in end()