Searched refs:CATCH_INTERNAL_ERROR (Results 1 – 11 of 11) sorted by relevance
80 …CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTION… in translateActiveException()84 …CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS… in tryTranslators()
89 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()
30 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()
154 CATCH_INTERNAL_ERROR( "Illogical state: " << m_runState ); in close()157 CATCH_INTERNAL_ERROR( "Unknown state: " << m_runState ); in close()
32 #define CATCH_INTERNAL_ERROR( msg ) \ macro
42 CATCH_INTERNAL_ERROR( "Unknown enum" ); in matches()
119 CATCH_INTERNAL_ERROR( "Unknown FloatingPointKind value" ); in match()
126 … CATCH_TRY { CATCH_INTERNAL_ERROR( "Only one instance of Catch::Session can ever be used" ); } in Session()
498 CATCH_INTERNAL_ERROR("No result capture instance"); in getResultCapture()
3490 #define CATCH_INTERNAL_ERROR( msg ) \ macro8162 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()8626 …CATCH_INTERNAL_ERROR("Attempted to translate active exception under CATCH_CONFIG_DISABLE_EXCEPTION… in translateActiveException()8630 …CATCH_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 …]
424 #define CATCH_INTERNAL_ERROR( msg ) ::Catch::throwLogicError( msg, CATCH_INTERNAL_LINEINFO ); macro2422 CATCH_INTERNAL_ERROR( "Indexed past end of generated range" ); in operator T()