Home
last modified time | relevance | path

Searched refs:WildcardPattern (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/
H A Dcatch.hpp5021 class WildcardPattern { class
5031 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::WildcardPattern
15078 bool WildcardPattern::matches( std::string const& str ) const { in matches()
15093 std::string WildcardPattern::normaliseString( std::string const& str ) const { in normaliseString()