Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp30 : m_isNegated( isNegated ) in LazyExpression()
33 …LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression()
40 if( lazyExpr.m_isNegated ) in operator <<()
44 if( lazyExpr.m_isNegated && lazyExpr.m_transientExpression->isBinaryExpression() ) in operator <<()
Dcatch_assertionhandler.h28 bool m_isNegated; variable
/external/catch2/single_include/catch2/
Dcatch.hpp2506 bool m_isNegated; member in Catch::LazyExpression
8154 : m_isNegated( isNegated ) in LazyExpression()
8157 …LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression()
8164 if( lazyExpr.m_isNegated ) in operator <<()
8168 if( lazyExpr.m_isNegated && lazyExpr.m_transientExpression->isBinaryExpression() ) in operator <<()
/external/libabigail/tests/lib/
Dcatch.hpp2528 bool m_isNegated; member in Catch::LazyExpression
8209 : m_isNegated( isNegated ) in LazyExpression()
8212 …LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression()
8219 if( lazyExpr.m_isNegated ) in operator <<()
8223 if( lazyExpr.m_isNegated && lazyExpr.m_transientExpression->isBinaryExpression() ) in operator <<()