Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp177 #define CATCH_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " When: " << desc ) macro
341 #define CATCH_WHEN( desc ) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14663 #define CATCH_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " When: " << desc ) macro
14825 #define CATCH_WHEN( desc ) macro
/external/bcc/tests/cc/
Dcatch.hpp10364 #define CATCH_WHEN( desc ) CATCH_SECTION( std::string( " When: ") + desc, "" ) macro