Searched refs:TemplateMatch (Results 1 – 3 of 3) sorted by relevance
26 bool TemplateMatch(char *templ, const char *str) { in TemplateMatch() function74 TemplateMatch(suppressions_[i].templ, str)) in Match()
56 bool TemplateMatch(char *templ, const char *str);
23 return TemplateMatch(tmp, func); in MyMatch()