/external/rust/crates/syn-mid/src/ |
D | pat.rs | 17 Path(PatPath), 54 pub struct PatPath { 141 FieldPat, Pat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, 192 Ok(Pat::Path(PatPath { attrs: Vec::new(), path })) in pat_path_or_struct() 307 FieldPat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct, PatType, 355 impl ToTokens for PatPath { implementation
|
D | lib.rs | 55 FieldPat, Pat, PatIdent, PatPath, PatReference, PatStruct, PatTuple, PatTupleStruct,
|
/external/rust/crates/async-trait/src/ |
D | receiver.rs | 5 Block, ExprPath, Ident, Item, Macro, Pat, PatIdent, PatPath, Path, Receiver, Signature, Token, 63 fn visit_pat_path_mut(&mut self, pat: &mut PatPath) { in visit_pat_path_mut() argument
|
/external/rust/crates/syn/src/ |
D | pat.rs | 44 Path(PatPath), 177 pub struct PatPath { 419 Ok(Pat::Path(PatPath { in pat_path_or_macro_or_struct_or_range() 827 impl ToTokens for PatPath { implementation
|
D | lib.rs | 417 FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
|
/external/rust/crates/pin-project-internal/src/ |
D | utils.rs | 11 Attribute, ExprPath, ExprStruct, Generics, Ident, Item, Lifetime, LifetimeDef, Macro, PatPath, 338 fn visit_pat_path_mut(&mut self, pat: &mut PatPath) { in visit_pat_path_mut() argument
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 532 fn fold_pat_path(&mut self, i: PatPath) -> PatPath { in fold_pat_path() argument 2564 pub fn fold_pat_path<F>(f: &mut F, node: PatPath) -> PatPath in fold_pat_path() 2568 PatPath { in fold_pat_path()
|
D | clone.rs | 1543 impl Clone for PatPath { implementation 1545 PatPath { in clone()
|
D | eq.rs | 1471 impl Eq for PatPath {} implementation 1474 impl PartialEq for PatPath { implementation
|
D | visit_mut.rs | 532 fn visit_pat_path_mut(&mut self, i: &mut PatPath) { in visit_pat_path_mut() argument 2882 pub fn visit_pat_path_mut<V>(v: &mut V, node: &mut PatPath) in visit_pat_path_mut()
|
D | visit.rs | 531 fn visit_pat_path(&mut self, i: &'ast PatPath) { in visit_pat_path() argument 2882 pub fn visit_pat_path<'ast, V>(v: &mut V, node: &'ast PatPath) in visit_pat_path()
|
D | hash.rs | 1993 impl Hash for PatPath { implementation
|
D | debug.rs | 2157 impl Debug for PatPath { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 4008 impl Debug for Lite<syn::PatPath> {
|