Home
last modified time | relevance | path

Searched defs:StringMatcherBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3500 struct StringMatcherBase : MatcherBase<std::string> { struct
3504 CasedString m_comparator;
3505 std::string m_operation;
11573StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator ) in StringMatcherBase() function in Catch::Matchers::StdString::StringMatcherBase