Searched refs:m_rootSection (Results 1 – 3 of 3) sorted by relevance
176 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
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
5247 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