Searched refs:reportExpr (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 411 reportExpr(info, ResultWas::Ok, &expr, negated); in handleExpr() 415 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); in handleExpr() 419 void RunContext::reportExpr( in reportExpr() function in Catch::RunContext
|
D | catch_run_context.h | 122 void reportExpr
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 8107 void reportExpr 12851 reportExpr(info, ResultWas::Ok, &expr, negated); in handleExpr() 12855 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); in handleExpr() 12859 void RunContext::reportExpr( in reportExpr() function in Catch::RunContext
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 8162 void reportExpr 12994 reportExpr(info, ResultWas::Ok, &expr, negated); in handleExpr() 12998 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); in handleExpr() 13002 void RunContext::reportExpr( in reportExpr() function in Catch::RunContext
|