Home
last modified time | relevance | path

Searched defs: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() argument
5754 bool operator == (SectionNode const& other) const { in operator ==()
5757 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
5761 SectionStats stats;
5762 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
5763 using Assertions = std::vector<AssertionStats>;
5764 ChildSections childSections;
5765 Assertions assertions;
5766 std::string stdOut;
[all …]