Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp265 #define AND_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " And when: " << desc ) macro
425 #define AND_WHEN( desc ) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14749 #define AND_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " And when: " << desc ) macro
14908 #define AND_WHEN( desc ) macro
/external/bcc/tests/cc/
Dcatch.hpp10438 #define AND_WHEN( desc ) SECTION( std::string("And when: ") + desc, "" ) macro