Home
last modified time | relevance | path

Searched defs:PatPath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dpat.rs827 impl ToTokens for PatPath { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Deq.rs1471 impl Eq for PatPath {} implementation
1474 impl PartialEq for PatPath { implementation
H A Dclone.rs1543 impl Clone for PatPath { implementation
H A Dhash.rs1993 impl Hash for PatPath { implementation
H A Dfold.rs532 fn fold_pat_path(&mut self, i: PatPath) -> PatPath { in fold_pat_path()
H A Dvisit_mut.rs532 fn visit_pat_path_mut(&mut self, i: &mut PatPath) { in visit_pat_path_mut()
H A Ddebug.rs2157 impl Debug for PatPath { implementation
H A Dvisit.rs531 fn visit_pat_path(&mut self, i: &'ast PatPath) { in visit_pat_path()