Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_result_type.cpp24 …bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailu… in shouldContinueOnFailure() function
Dcatch_result_type.h49 bool shouldContinueOnFailure( int flags );
/external/catch2/single_include/catch2/
Dcatch.hpp1097 bool shouldContinueOnFailure( int flags );
10232 …bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailu… in shouldContinueOnFailure() function
/external/bcc/tests/cc/
Dcatch.hpp814 …inline bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::Continue… in shouldContinueOnFailure() function