Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionresult.h45 std::string getExpressionInMacro() const;
Dcatch_assertionresult.cpp62 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro() function in Catch::AssertionResult
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp117 "\n " << result.getExpressionInMacro() << "\n" in assertionEnded()
Dcatch_reporter_console.cpp134 stream << result.getExpressionInMacro(); in printOriginalExpression()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp117 "\n " << result.getExpressionInMacro() << "\n" in assertionEnded()
Dcatch.hpp4780 std::string getExpressionInMacro() const;
6411 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro() function in Catch::AssertionResult
13440 stream << result.getExpressionInMacro(); in printOriginalExpression()
/external/catch2/examples/
D210-Evt-EventListeners.cpp269 << ws(level+1) << "- getExpressionInMacro(): '" << info.getExpressionInMacro() << "'\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp868 std::string getExpressionInMacro() const;
7270 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro() function in Catch::AssertionResult
9664 stream << result.getExpressionInMacro(); in printOriginalExpression()