Searched refs:LazyExpression (Results 1 – 1 of 1) sorted by relevance
2484 class LazyExpression { class2492 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::LazyExpression8114 …LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression8116 LazyExpression::operator bool() const { in operator bool()12836 AssertionResultData data( resultType, LazyExpression( negated ) ); in reportExpr()12854 AssertionResultData data( resultType, LazyExpression( false ) ); in handleMessage()[all …]