Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp178 if( !m_rootSection ) in sectionStarting()
179 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
180 node = m_rootSection; in sectionStarting()
222 node->children.push_back(m_rootSection); in testCaseEnded()
224 m_rootSection.reset(); in testCaseEnded()
254 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.hpp5835 if( !m_rootSection ) in sectionStarting()
5836 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5837 node = m_rootSection; in sectionStarting()
5879 node->children.push_back(m_rootSection); in testCaseEnded()
5881 m_rootSection.reset(); in testCaseEnded()
5911 std::shared_ptr<SectionNode> m_rootSection; member
/external/libabigail/tests/lib/
Dcatch.hpp5871 if( !m_rootSection ) in sectionStarting()
5872 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()
5873 node = m_rootSection; in sectionStarting()
5915 node->children.push_back(m_rootSection); in testCaseEnded()
5917 m_rootSection.reset(); in testCaseEnded()
5947 std::shared_ptr<SectionNode> m_rootSection; member