Home
last modified time | relevance | path

Searched defs:BySectionInfo (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp128 struct BySectionInfo { struct
129 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
130 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
131 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
138 SectionInfo const& m_other;
/external/bcc/tests/cc/
Dcatch.hpp8621 struct BySectionInfo { struct
8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
8624 bool operator() ( Ptr<SectionNode> const& node ) const { in operator ()()
8629 SectionInfo const& m_other;
/external/catch2/single_include/catch2/
Dcatch.hpp5185 struct BySectionInfo { struct
5186 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
5187 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
5188 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5195 SectionInfo const& m_other;