Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp899 …inline bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::Suppress… in shouldSuppressFailure() function
8037 …return Catch::isOk( m_resultData.resultType ) || shouldSuppressFailure( m_info.resultDisposition ); in isOk()