HomeSort by relevance Sort by last modified time
    Searched refs:MatchImpl (Results 1 - 2 of 2) sorted by null

  /build/kati/
strutil.h 109 bool MatchImpl(StringPiece str) const;
strutil.cc 194 return MatchImpl(str);
197 bool Pattern::MatchImpl(StringPiece str) const {
222 if (MatchImpl(str)) {

Completed in 59 milliseconds