Searched refs:SectionNode (Results 1 – 1 of 1) sorted by relevance
5750 struct SectionNode { struct5751 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function5752 virtual ~SectionNode() = default;5754 bool operator == (SectionNode const& other) const { in operator ==() argument5757 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument5762 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument5773 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()5783 using TestCaseNode = Node<TestCaseStats, SectionNode>;5812 std::shared_ptr<SectionNode> node; in sectionStarting()5815 m_rootSection = std::make_shared<SectionNode>( incompleteStats ); in sectionStarting()[all …]