Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionresult.h46 bool hasExpandedExpression() const;
Dcatch_assertionresult.cpp76 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression() function in Catch::AssertionResult
/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp183 if( result.hasExpandedExpression() ) { in printReconstructedExpression()
Dcatch_reporter_compact.cpp192 if (result.hasExpandedExpression()) { in printReconstructedExpression()
Dcatch_reporter_console.cpp139 if (result.hasExpandedExpression()) { in printReconstructedExpression()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp183 if( result.hasExpandedExpression() ) { in printReconstructedExpression()
Dcatch.hpp4781 bool hasExpandedExpression() const;
6425 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression() function in Catch::AssertionResult
13220 if (result.hasExpandedExpression()) { in printReconstructedExpression()
13445 if (result.hasExpandedExpression()) { in printReconstructedExpression()
/external/catch2/examples/
D210-Evt-EventListeners.cpp270 << ws(level+1) << "- hasExpandedExpression(): " << info.hasExpandedExpression() << "\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp869 bool hasExpandedExpression() const;
7277 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression() function in Catch::AssertionResult
9669 if( result.hasExpandedExpression() ) { in printReconstructedExpression()
10090 if( result.hasExpandedExpression() ) { in printReconstructedExpression()