Home
last modified time | relevance | path

Searched defs:CATCH_CAPTURE (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/
Dcatch.hpp136 #define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_C… macro
310 #define CATCH_CAPTURE( msg ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14624 #define CATCH_CAPTURE( ... ) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CATCH_C… macro
14794 #define CATCH_CAPTURE( msg ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10328 #define CATCH_CAPTURE( msg ) INTERNAL_CATCH_INFO( #msg " := " << msg, "CATCH_CAPTURE" ) macro