Searched refs:m_rootSection (Results 1 – 4 of 4) sorted by relevance
178 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
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
5835 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
5871 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