Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_exception_translator_registry.cpp80CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTION… in translateActiveException()
84CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS… in tryTranslators()
Dcatch_console_colour.cpp89 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); in use()
152 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); in use()
153 default: CATCH_INTERNAL_ERROR( "Unknown colour requested" ); in use()
Dcatch_xmlwriter.cpp30 CATCH_INTERNAL_ERROR("Invalid multibyte utf-8 start byte encountered"); in trailingBytes()
43 CATCH_INTERNAL_ERROR("Invalid multibyte utf-8 start byte encountered"); in headerValue()
Dcatch_test_case_tracker.cpp154 CATCH_INTERNAL_ERROR( "Illogical state: " << m_runState ); in close()
157 CATCH_INTERNAL_ERROR( "Unknown state: " << m_runState ); in close()
Dcatch_enforce.h32 #define CATCH_INTERNAL_ERROR( msg ) \ macro
Dcatch_wildcard_pattern.cpp42 CATCH_INTERNAL_ERROR( "Unknown enum" ); in matches()
Dcatch_matchers_floating.cpp119 CATCH_INTERNAL_ERROR( "Unknown FloatingPointKind value" ); in match()
Dcatch_session.cpp126 … CATCH_TRY { CATCH_INTERNAL_ERROR( "Only one instance of Catch::Session can ever be used" ); } in Session()
Dcatch_run_context.cpp498 CATCH_INTERNAL_ERROR("No result capture instance"); in getResultCapture()
/external/catch2/single_include/catch2/
Dcatch.hpp3490 #define CATCH_INTERNAL_ERROR( msg ) \ macro
8162 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); in use()
8225 case Colour::Bright: CATCH_INTERNAL_ERROR( "not a colour" ); in use()
8226 default: CATCH_INTERNAL_ERROR( "Unknown colour requested" ); in use()
8626CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTION… in translateActiveException()
8630CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS… in tryTranslators()
9388 CATCH_INTERNAL_ERROR( "Unknown FloatingPointKind value" ); in match()
10726 CATCH_INTERNAL_ERROR("No result capture instance"); in getResultCapture()
10953 … CATCH_TRY { CATCH_INTERNAL_ERROR( "Only one instance of Catch::Session can ever be used" ); } in Session()
11999 CATCH_INTERNAL_ERROR( "Illogical state: " << m_runState ); in close()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp424 #define CATCH_INTERNAL_ERROR( msg ) ::Catch::throwLogicError( msg, CATCH_INTERNAL_LINEINFO ); macro
2422 CATCH_INTERNAL_ERROR( "Indexed past end of generated range" ); in operator T()