Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp191 m_deepestSection = std::move(node); in sectionStarting()
221 assert(m_deepestSection); in testCaseEnded()
222 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
223 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
250 std::shared_ptr<SectionNode> m_deepestSection; member
/external/bcc/tests/cc/
Dcatch.hpp8675 m_deepestSection = node; in sectionStarting()
8699 assert( m_deepestSection ); in testCaseEnded()
8700 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
8701 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
8728 Ptr<SectionNode> m_deepestSection; member
/external/catch2/single_include/catch2/
Dcatch.hpp5247 m_deepestSection = std::move(node); in sectionStarting()
5277 assert(m_deepestSection); in testCaseEnded()
5278 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
5279 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
5306 std::shared_ptr<SectionNode> m_deepestSection; member