Home
last modified time | relevance | path

Searched defs:LazyExpression (Results 1 – 3 of 3) 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.hpp2500 class LazyExpression { class
8153 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() function in Catch::LazyExpression
8157LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression
/external/libabigail/tests/lib/
Dcatch.hpp2522 class LazyExpression { class
8208 LazyExpression::LazyExpression( bool isNegated ) in LazyExpression() function in Catch::LazyExpression
8212LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} in LazyExpression() function in Catch::LazyExpression