Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
8251 … bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } in allowThrows() function in Catch::ResultBuilder