Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1366 bool shouldSuppressFailure( int flags );
8236 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()
12414 …bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) … in shouldSuppressFailure() function