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