Home | History | Annotate | Download | only in src

Lines Matching refs:pattern

387   // Returns true iff the wildcard pattern matches the string.  The
388 // first ':' or '\0' character in pattern marks the end of it.
392 static bool PatternMatchesString(const char *pattern, const char *str);
942 GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch);