Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_message.cpp64 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()
117 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()
Dcatch_interfaces_capture.h48 virtual void popScopedMessage( MessageInfo const& message ) = 0;
Dcatch_run_context.h89 void popScopedMessage( MessageInfo const& message ) override;
Dcatch_run_context.cpp244 void RunContext::popScopedMessage(MessageInfo const & message) { in popScopedMessage() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2102 virtual void popScopedMessage( MessageInfo const& message ) = 0;
6190 void popScopedMessage( MessageInfo const& message ) override;
9588 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()
9640 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()
10473 void RunContext::popScopedMessage(MessageInfo const & message) { in popScopedMessage() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp1975 virtual void popScopedMessage( MessageInfo const& message ) = 0;
6013 virtual void popScopedMessage( MessageInfo const& message ) { in popScopedMessage() function in Catch::RunContext
7549 getResultCapture().popScopedMessage( m_info ); in ~ScopedMessage()