Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_output_redirect.cpp67 CATCH_RUNTIME_ERROR("Could not get a temp filename"); in TempFile()
72 CATCH_RUNTIME_ERROR("Could not translate errno to a string"); in TempFile()
74CATCH_RUNTIME_ERROR("Coul dnot open the temp file: '" << m_buffer << "' because: " << buffer); in TempFile()
81 CATCH_RUNTIME_ERROR("Could not create a temp file."); in TempFile()
Dcatch_enforce.h36 #define CATCH_RUNTIME_ERROR( msg ) \ macro
/external/catch2/single_include/catch2/
Dcatch.hpp3494 #define CATCH_RUNTIME_ERROR( msg ) \ macro
9817 CATCH_RUNTIME_ERROR("Could not get a temp filename"); in TempFile()
9822 CATCH_RUNTIME_ERROR("Could not translate errno to a string"); in TempFile()
9824CATCH_RUNTIME_ERROR("Coul dnot open the temp file: '" << m_buffer << "' because: " << buffer); in TempFile()
9831 CATCH_RUNTIME_ERROR("Could not create a temp file."); in TempFile()