Home
last modified time | relevance | path

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

/src/contrib/bsnmp/tests/
H A Dcatch.hpp2441 virtual void handleExpr
2525 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function in Catch::AssertionHandler
2526 handleExpr( expr.makeUnaryExpr() ); in handleExpr()
2528 void handleExpr( ITransientExpression const& expr );
2667 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
3762 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \
3777 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
7997 void handleExpr
8145 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler
8146 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
[all …]