Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3724 class MatchExpr : public ITransientExpression { class
3729 MatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) in MatchExpr() function in Catch::MatchExpr
3751 …nst& arg, MatcherT const& matcher, StringRef const& matcherString ) -> MatchExpr<ArgT, MatcherT> { in makeMatchExpr()
3752 return MatchExpr<ArgT, MatcherT>( arg, matcher, matcherString ); in makeMatchExpr()
8313MatchExpr<std::string, StringMatcher const&> expr( exceptionMessage, matcher, matcherString ); in handleExceptionMatchExpr()