Searched refs:MatchImpl (Results 1 – 2 of 2) sorted by relevance
109 bool MatchImpl(StringPiece str) const;
194 return MatchImpl(str); in Match()197 bool Pattern::MatchImpl(StringPiece str) const { in MatchImpl() function in Pattern222 if (MatchImpl(str)) { in AppendSubst()