Searched refs:ExprMatch (Results 1 - 11 of 11) sorted by relevance
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 306 int ExprMatch (char *string,char *expr) in ExprMatch() function 411 if (ExprMatch(fname,argv[arg++])) in matchname()
|
/third_party/rust/crates/syn/src/ |
H A D | expr.rs | 167 Match(ExprMatch), 499 pub struct ExprMatch #full { structure names 714 | Expr::Match(ExprMatch { attrs, .. }) 2225 impl Parse for ExprMatch { 2240 Ok(ExprMatch { in parse() 3244 impl ToTokens for ExprMatch {
|
H A D | lib.rs | 364 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 246 fn visit_expr_match(&mut self, i: &'ast ExprMatch) { in visit_expr_match() 1710 pub fn visit_expr_match<'ast, V>(v: &mut V, node: &'ast ExprMatch) in visit_expr_match()
|
H A D | clone.rs | 566 impl Clone for ExprMatch { 568 ExprMatch { in clone()
|
H A D | fold.rs | 247 fn fold_expr_match(&mut self, i: ExprMatch) -> ExprMatch { in fold_expr_match() 1546 pub fn fold_expr_match<F>(f: &mut F, node: ExprMatch) -> ExprMatch in fold_expr_match() 1550 ExprMatch { in fold_expr_match()
|
H A D | eq.rs | 552 impl Eq for ExprMatch {} 555 impl PartialEq for ExprMatch {
|
H A D | debug.rs | 846 impl Debug for ExprMatch { 848 impl ExprMatch { in fmt() impls 859 self.debug(formatter, "ExprMatch") in fmt()
|
H A D | visit_mut.rs | 247 fn visit_expr_match_mut(&mut self, i: &mut ExprMatch) { in visit_expr_match_mut() 1711 pub fn visit_expr_match_mut<V>(v: &mut V, node: &mut ExprMatch) in visit_expr_match_mut()
|
H A D | hash.rs | 788 impl Hash for ExprMatch {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 1403 impl Debug for Lite<syn::ExprMatch> { 1405 let mut formatter = formatter.debug_struct("ExprMatch"); in fmt()
|
Completed in 42 milliseconds