Home
last modified time | relevance | path

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

/external/rust/crates/syn/0.15.42/src/
Dbuffer.rs351 pub fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() method
/external/rust/crates/syn/1.0.7/src/
Dbuffer.rs347 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function