Searched refs:popScopedMessage (Results 1 – 1 of 1) sorted by relevance
2435 virtual void popScopedMessage( MessageInfo const& message ) = 0;8035 void popScopedMessage( MessageInfo const& message ) override;11709 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()11774 m_resultCapture.popScopedMessage( m_messages[i] ); in ~Capturer()12663 void RunContext::popScopedMessage(MessageInfo const & message) { in popScopedMessage() function in Catch::RunContext