Home
last modified time | relevance | path

Searched refs:ExprRepeat (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dexpr.rs188 Repeat(ExprRepeat),
570 pub struct ExprRepeat #full { structure names
720 | Expr::Repeat(ExprRepeat { attrs, .. })
1907 Ok(Expr::Repeat(ExprRepeat { in array_or_repeat()
1947 impl Parse for ExprRepeat {
1950 Ok(ExprRepeat { in parse()
3319 impl ToTokens for ExprRepeat {
H A Dlib.rs365 ExprRange, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe, ExprWhile,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs276 fn visit_expr_repeat(&mut self, i: &'ast ExprRepeat) { in visit_expr_repeat()
1803 pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast ExprRepeat) in visit_expr_repeat()
H A Dclone.rs640 impl Clone for ExprRepeat {
642 ExprRepeat { in clone()
H A Dfold.rs277 fn fold_expr_repeat(&mut self, i: ExprRepeat) -> ExprRepeat { in fold_expr_repeat()
1627 pub fn fold_expr_repeat<F>(f: &mut F, node: ExprRepeat) -> ExprRepeat in fold_expr_repeat()
1631 ExprRepeat { in fold_expr_repeat()
H A Deq.rs616 impl Eq for ExprRepeat {}
619 impl PartialEq for ExprRepeat {
H A Ddebug.rs950 impl Debug for ExprRepeat {
952 impl ExprRepeat { in fmt() impls
963 self.debug(formatter, "ExprRepeat") in fmt()
H A Dvisit_mut.rs277 fn visit_expr_repeat_mut(&mut self, i: &mut ExprRepeat) { in visit_expr_repeat_mut()
1804 pub fn visit_expr_repeat_mut<V>(v: &mut V, node: &mut ExprRepeat) in visit_expr_repeat_mut()
H A Dhash.rs862 impl Hash for ExprRepeat {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs1529 impl Debug for Lite<syn::ExprRepeat> {
1531 let mut formatter = formatter.debug_struct("ExprRepeat"); in fmt()

Completed in 41 milliseconds