Home
last modified time | relevance | path

Searched refs:PatOr (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/syn/src/
Dpat.rs34 Or(PatOr),
162 pub struct PatOr {
754 pat = Pat::Or(PatOr { in multi_pat_impl()
913 impl ToTokens for PatOr { implementation
Dlib.rs425 FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
/external/rust/crates/syn/src/gen/
Dfold.rs525 fn fold_pat_or(&mut self, i: PatOr) -> PatOr { in fold_pat_or() argument
2452 pub fn fold_pat_or<F>(f: &mut F, node: PatOr) -> PatOr in fold_pat_or()
2456 PatOr { in fold_pat_or()
Dclone.rs1527 impl Clone for PatOr { implementation
1529 PatOr { in clone()
Deq.rs1538 impl Eq for PatOr {} implementation
1541 impl PartialEq for PatOr { implementation
Dvisit_mut.rs525 fn visit_pat_or_mut(&mut self, i: &mut PatOr) { in visit_pat_or_mut() argument
2859 pub fn visit_pat_or_mut<V>(v: &mut V, node: &mut PatOr) in visit_pat_or_mut()
Dvisit.rs521 fn visit_pat_or(&mut self, i: &'ast PatOr) { in visit_pat_or() argument
2853 pub fn visit_pat_or<'ast, V>(v: &mut V, node: &'ast PatOr) in visit_pat_or()
Dhash.rs1976 impl Hash for PatOr { implementation
Ddebug.rs2141 impl Debug for PatOr { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs3993 impl Debug for Lite<syn::PatOr> {