Home | History | Annotate | Download | only in src

Lines Matching refs:pattern

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