Searched refs:m_rootSection (Results 1 – 3 of 3) sorted by relevance
173 if( !m_rootSection ) in sectionStarting()174 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()175 node = m_rootSection; in sectionStarting()217 node->children.push_back(m_rootSection); in testCaseEnded()219 m_rootSection.reset(); in testCaseEnded()249 std::shared_ptr<SectionNode> m_rootSection; member
8657 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
5229 if( !m_rootSection ) in sectionStarting()5230 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()5231 node = m_rootSection; in sectionStarting()5273 node->children.push_back(m_rootSection); in testCaseEnded()5275 m_rootSection.reset(); in testCaseEnded()5305 std::shared_ptr<SectionNode> m_rootSection; member