Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dverbatim.rs11 assert!(crate::buffer::same_buffer(end, cursor)); in between()
H A Dbuffer.rs402 if same_buffer(*self, *other) { in partial_cmp()
414 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function