Home | History | Annotate | Download | only in Symbol

Lines Matching refs:regex_match

400                 RegularExpression::Match regex_match(1);
401 if (g_regex.Execute(variable_expr_path, &regex_match))
404 if (regex_match.GetMatchAtIndex(variable_expr_path, 1, variable_name))