Searched refs:WildcardPattern (Results 1 – 1 of 1) sorted by relevance
5021 class WildcardPattern { class5031 WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity );5032 virtual ~WildcardPattern() = default;5069 WildcardPattern m_wildcardPattern;15063 WildcardPattern::WildcardPattern( std::string const& pattern, in WildcardPattern() function in Catch::WildcardPattern15078 bool WildcardPattern::matches( std::string const& str ) const { in matches()15093 std::string WildcardPattern::normaliseString( std::string const& str ) const { in normaliseString()