Searched refs:m_rootSection (Results 1 – 1 of 1) sorted by relevance
5814 if( !m_rootSection ) in sectionStarting()5815 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()5816 node = m_rootSection; in sectionStarting()5858 node->children.push_back(m_rootSection); in testCaseEnded()5860 m_rootSection.reset(); in testCaseEnded()5890 std::shared_ptr<SectionNode> m_rootSection; member