Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dhir_utils.rs84 pub fn eq_path(&mut self, left: &Path<'_>, right: &Path<'_>) -> bool { in eq_path() method
440 pub fn eq_path(&mut self, left: &Path<'_>, right: &Path<'_>) -> bool { in eq_path() method
Dast_utils.rs90 pub fn eq_path(l: &Path, r: &Path) -> bool { in eq_path() function