Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp2484 class LazyExpression { class
2492 LazyExpression( bool isNegated );
2493 LazyExpression( LazyExpression const& other );
2494 LazyExpression& operator = ( LazyExpression const& ) = delete;
5328 LazyExpression lazyExpression;
8110 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() function in Catch::LazyExpression
8114LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression
8116 LazyExpression::operator bool() const { in operator bool()
12836 AssertionResultData data( resultType, LazyExpression( negated ) ); in reportExpr()
12854 AssertionResultData data( resultType, LazyExpression( false ) ); in handleMessage()
[all …]