Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp176 if( !m_rootSection ) in sectionStarting()
177 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
178 node = m_rootSection; in sectionStarting()
220 node->children.push_back(m_rootSection); in testCaseEnded()
222 m_rootSection.reset(); in testCaseEnded()
252 std::shared_ptr<SectionNode> m_rootSection; member
/external/bcc/tests/cc/
Dcatch.hpp8657 if( !m_rootSection ) in sectionStarting()
8658 m_rootSection = new SectionNode( incompleteStats ); in sectionStarting()
8659 node = m_rootSection; in sectionStarting()
8695 node->children.push_back( m_rootSection ); in testCaseEnded()
8697 m_rootSection.reset(); in testCaseEnded()
8727 Ptr<SectionNode> m_rootSection; member
/external/catch2/single_include/catch2/
Dcatch.hpp5247 if( !m_rootSection ) in sectionStarting()
5248 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5249 node = m_rootSection; in sectionStarting()
5291 node->children.push_back(m_rootSection); in testCaseEnded()
5293 m_rootSection.reset(); in testCaseEnded()
5323 std::shared_ptr<SectionNode> m_rootSection; member