Home
last modified time | relevance | path

Searched defs:SectionNode (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/conf/rule/parse/
H A Dnode.go97 type SectionNode struct { struct
98 NodeType
99 Pos
100 RawText string
101 SectionType *StringNode
102 Name *StringNode
103 Nodes *ListNode
110 func (s *SectionNode) String() string {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/conf/rule/
H A Dloaders.go20 func (c *Conf) loadTemplate(s *parse.SectionNode) {
126 func (c *Conf) loadAlert(s *parse.SectionNode) {
339 func (c *Conf) loadNotification(s *parse.SectionNode) {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode : SharedImpl<> { struct
117 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() argument
120 bool operator == ( SectionNode const& other ) const { in operator ==()
123 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
127 SectionStats stats;
128 typedef std::vector<Ptr<SectionNode> > ChildSections;
129 typedef std::vector<AssertionStats> Assertions;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp89 struct SectionNode : SharedImpl<> { struct
90 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function
93 bool operator == ( SectionNode const& other ) const { in operator ==()
96 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
100 SectionStats stats;
101 typedef std::vector<Ptr<SectionNode> > ChildSections;
102 typedef std::vector<AssertionStats> Assertions;
103 ChildSections childSections;
104 Assertions assertions;
105 std::string stdOut;
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode { struct
117 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
120 bool operator == (SectionNode const& other) const { in operator ==()
123 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
127 SectionStats stats;
128 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
129 using Assertions = std::vector<AssertionStats>;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_bases.hpp113 struct SectionNode { struct
114 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
117 bool operator == (SectionNode const& other) const { in operator ==()
120 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
124 SectionStats stats;
125 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
126 using Assertions = std::vector<AssertionStats>;
127 ChildSections childSections;
128 Assertions assertions;
129 std::string stdOut;
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode : SharedImpl<> { struct
117 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() argument
120 bool operator == ( SectionNode const& other ) const { in operator ==()
123 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
127 SectionStats stats;
128 typedef std::vector<Ptr<SectionNode> > ChildSections;
129 typedef std::vector<AssertionStats> Assertions;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode { struct
117 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
120 bool operator == (SectionNode const& other) const { in operator ==()
123 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
127 SectionStats stats;
128 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
129 using Assertions = std::vector<AssertionStats>;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode { struct
117 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
120 bool operator == (SectionNode const& other) const { in operator ==()
123 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
127 SectionStats stats;
128 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
129 using Assertions = std::vector<AssertionStats>;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode { struct
117 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
120 bool operator == (SectionNode const& other) const { in operator ==()
123 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
127 SectionStats stats;
128 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
129 using Assertions = std::vector<AssertionStats>;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp89 struct SectionNode : SharedImpl<> { struct
90 explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} in SectionNode() function
93 bool operator == ( SectionNode const& other ) const { in operator ==()
96 bool operator == ( Ptr<SectionNode> const& other ) const { in operator ==()
100 SectionStats stats;
101 typedef std::vector<Ptr<SectionNode> > ChildSections;
102 typedef std::vector<AssertionStats> Assertions;
103 ChildSections childSections;
104 Assertions assertions;
105 std::string stdOut;
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_bases.hpp107 struct SectionNode { struct
108 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() argument
111 bool operator == (SectionNode const& other) const { in operator ==()
114 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
118 SectionStats stats;
119 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
120 using Assertions = std::vector<AssertionStats>;
121 ChildSections childSections;
122 Assertions assertions;
123 std::string stdOut;
[all …]
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_bases.hpp116 struct SectionNode { struct
117 explicit SectionNode(SectionStats const& _stats) : stats(_stats) {} in SectionNode() function
120 bool operator == (SectionNode const& other) const { in operator ==()
123 bool operator == (std::shared_ptr<SectionNode> const& other) const { in operator ==()
127 SectionStats stats;
128 using ChildSections = std::vector<std::shared_ptr<SectionNode>>;
129 using Assertions = std::vector<AssertionStats>;
130 ChildSections childSections;
131 Assertions assertions;
132 std::string stdOut;
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/time/
H A Dqdatetimeparser_p.h142 struct Q_CORE_EXPORT SectionNode { struct
143 Section type;
144 mutable int pos;
145 int count;
146 int zeroesAdded;
149 QString name() const { return name(type); } in name()

12345678