Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp5750 struct SectionNode { struct
5752 virtual ~SectionNode() = default;
5783 using TestCaseNode = Node<TestCaseStats, SectionNode>;
5812 std::shared_ptr<SectionNode> node; in sectionStarting()
5845 SectionNode& sectionNode = *m_sectionStack.back(); in assertionEnded()
5851 SectionNode& node = *m_sectionStack.back(); in sectionEnded()
5890 std::shared_ptr<SectionNode> m_rootSection;
5891 std::shared_ptr<SectionNode> m_deepestSection;
6290 SectionNode const& sectionNode);
6292 void writeAssertions(SectionNode const& sectionNode);
[all …]