Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp9613 m_deepestSection = node; in sectionStarting()
9643 assert( m_deepestSection ); in testCaseEnded()
9644 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
9645 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()
9679 Ptr<SectionNode> m_deepestSection; member