Home
last modified time | relevance | path

Searched defs:shouldDebugBreak (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionhandler.h40 bool shouldDebugBreak = false; member
Dcatch_config.cpp62 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
Dcatch_config.hpp36 bool shouldDebugBreak = false; member
/external/bcc/tests/cc/
Dcatch.hpp3504 bool shouldDebugBreak; member
3563 bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
8250 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/external/catch2/single_include/catch2/
Dcatch.hpp2169 bool shouldDebugBreak = false; member
4663 bool shouldDebugBreak = false; member
8067 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config