Searched refs:PatBox (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | pat.rs | 19 Box(PatBox), 108 pub struct PatBox { 439 fn pat_box(input: ParseStream) -> Result<PatBox> { in pat_box() argument 440 Ok(PatBox { in pat_box() 544 pat = Pat::Box(PatBox { in field_pat() 847 impl ToTokens for PatBox { implementation
|
D | lib.rs | 425 FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 509 fn fold_pat_box(&mut self, i: PatBox) -> PatBox { in fold_pat_box() argument 2403 pub fn fold_pat_box<F>(f: &mut F, node: PatBox) -> PatBox in fold_pat_box() 2407 PatBox { in fold_pat_box()
|
D | clone.rs | 1483 impl Clone for PatBox { implementation 1485 PatBox { in clone()
|
D | eq.rs | 1494 impl Eq for PatBox {} implementation 1497 impl PartialEq for PatBox { implementation
|
D | visit_mut.rs | 509 fn visit_pat_box_mut(&mut self, i: &mut PatBox) { in visit_pat_box_mut() argument 2808 pub fn visit_pat_box_mut<V>(v: &mut V, node: &mut PatBox) in visit_pat_box_mut()
|
D | visit.rs | 505 fn visit_pat_box(&mut self, i: &'ast PatBox) { in visit_pat_box() argument 2802 pub fn visit_pat_box<'ast, V>(v: &mut V, node: &'ast PatBox) in visit_pat_box()
|
D | hash.rs | 1929 impl Hash for PatBox { implementation
|
D | debug.rs | 2097 impl Debug for PatBox { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 3909 impl Debug for Lite<syn::PatBox> {
|