Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp196 m_deepestSection = std::move(node); in sectionStarting()
226 assert(m_deepestSection); in testCaseEnded()
227 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
228 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
255 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/libabigail/tests/lib/
Dcatch.hpp5889 m_deepestSection = std::move(node); in sectionStarting()
5919 assert(m_deepestSection); in testCaseEnded()
5920 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
5921 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
5948 std::shared_ptr<SectionNode> m_deepestSection; member
/external/catch2/single_include/catch2/
Dcatch.hpp5853 m_deepestSection = std::move(node); in sectionStarting()
5883 assert(m_deepestSection); in testCaseEnded()
5884 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
5885 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
5912 std::shared_ptr<SectionNode> m_deepestSection; member