Home | History | Annotate | Download | only in src

Lines Matching refs:pattern

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