Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_result_type.cpp25 …bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) … in shouldSuppressFailure() function
Dcatch_result_type.h51 bool shouldSuppressFailure( int flags );
Dcatch_assertionresult.cpp40 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()
/external/catch2/single_include/catch2/
Dcatch.hpp1099 bool shouldSuppressFailure( int flags );
6389 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()
10233 …bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) … in shouldSuppressFailure() function
/external/bcc/tests/cc/
Dcatch.hpp816 …inline bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::Suppress… in shouldSuppressFailure() function
7249 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()