Home
last modified time | relevance | path

Searched refs:MatchImpl (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dstrutil.h109 bool MatchImpl(StringPiece str) const;
Dstrutil.cc194 return MatchImpl(str); in Match()
197 bool Pattern::MatchImpl(StringPiece str) const { in MatchImpl() function in Pattern
222 if (MatchImpl(str)) { in AppendSubst()