Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Ddiscouraged.rs171 if !crate::buffer::same_scope(self.cursor(), fork.cursor()) { in advance_to()
H A Dbuffer.rs410 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function