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.cc198 return MatchImpl(str); in Match()
201 bool Pattern::MatchImpl(StringPiece str) const { in MatchImpl() function in Pattern
225 if (MatchImpl(str)) { in AppendSubst()