Searched refs:ExprRepeat (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | lib.rs | 352 ExprParen, ExprPath, ExprRange, ExprReference, ExprRepeat, ExprReturn, ExprStruct, ExprTry,
|
D | expr.rs | 189 Repeat(ExprRepeat), 647 pub struct ExprRepeat #full { 821 | Expr::Repeat(ExprRepeat { attrs, .. }) in replace_attrs() 1926 Ok(Expr::Repeat(ExprRepeat { in array_or_repeat() 1967 impl Parse for ExprRepeat { implementation 1970 Ok(ExprRepeat { in parse() 3391 impl ToTokens for ExprRepeat { implementation
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 220 fn fold_expr_repeat(&mut self, i: ExprRepeat) -> ExprRepeat { in fold_expr_repeat() argument 1423 pub fn fold_expr_repeat<F>(f: &mut F, node: ExprRepeat) -> ExprRepeat in fold_expr_repeat() 1427 ExprRepeat { in fold_expr_repeat()
|
D | clone.rs | 622 impl Clone for ExprRepeat { implementation 624 ExprRepeat { in clone()
|
D | eq.rs | 622 impl Eq for ExprRepeat {} implementation 625 impl PartialEq for ExprRepeat { implementation
|
D | visit_mut.rs | 223 fn visit_expr_repeat_mut(&mut self, i: &mut ExprRepeat) { in visit_expr_repeat_mut() argument 1615 pub fn visit_expr_repeat_mut<V>(v: &mut V, node: &mut ExprRepeat) in visit_expr_repeat_mut()
|
D | visit.rs | 219 fn visit_expr_repeat(&mut self, i: &'ast ExprRepeat) { in visit_expr_repeat() argument 1611 pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast ExprRepeat) in visit_expr_repeat()
|
D | hash.rs | 847 impl Hash for ExprRepeat { implementation
|
D | debug.rs | 936 impl Debug for ExprRepeat { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 1669 impl Debug for Lite<syn::ExprRepeat> {
|