Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp870 std::string getExpandedExpression() const;
7278 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()
7281 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult
9170 .writeText( assertionResult.getExpandedExpression() ); in assertionEnded()
9442 xml.writeAttribute( "message", result.getExpandedExpression() ); in writeAssertion()
9672 … stream << Text( result.getExpandedExpression(), TextAttributes().setIndent(2) ) << "\n"; in printReconstructedExpression()
10095 stream << result.getExpandedExpression(); in printReconstructedExpression()