Home
last modified time | relevance | path

Searched refs:ExprMatch (Results 1 - 11 of 11) sorted by relevance

/third_party/zlib/contrib/untgz/
H A Duntgz.c306 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 Dexpr.rs167 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 Dlib.rs364 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs246 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 Dclone.rs566 impl Clone for ExprMatch {
568 ExprMatch { in clone()
H A Dfold.rs247 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 Deq.rs552 impl Eq for ExprMatch {}
555 impl PartialEq for ExprMatch {
H A Ddebug.rs846 impl Debug for ExprMatch {
848 impl ExprMatch { in fmt() impls
859 self.debug(formatter, "ExprMatch") in fmt()
H A Dvisit_mut.rs247 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 Dhash.rs788 impl Hash for ExprMatch {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs1403 impl Debug for Lite<syn::ExprMatch> {
1405 let mut formatter = formatter.debug_struct("ExprMatch"); in fmt()

Completed in 42 milliseconds