Home
last modified time | relevance | path

Searched refs:SectionNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5750 struct SectionNode { struct
5751 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
5752 virtual ~SectionNode() = default;
5754 bool operator == (SectionNode const& other) const { in operator ==() argument
5757 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==() argument
5762 using ChildSections = std::vector<std::shared_ptr<SectionNode>>; argument
5773 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 …]