Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1272 bool m_shouldDebugBreak; member in Catch::ResultBuilder
8167 m_shouldDebugBreak( false ), in ResultBuilder()
8240 m_shouldDebugBreak = true; in handleResult()
8250 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak()