Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp29 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() function in Catch::LazyExpression
33LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression
/external/catch2/single_include/catch2/
Dcatch.hpp2151 class LazyExpression { class
6263 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() function in Catch::LazyExpression
6267LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression