Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp133 struct BySectionInfo { struct
134 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
135 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
136 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
143 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.hpp5791 struct BySectionInfo { struct
5792 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
5793 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function
5794 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5801 SectionInfo const& m_other;
/external/libabigail/tests/lib/
Dcatch.hpp5827 struct BySectionInfo { struct
5828 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() function
5829 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() argument
5830 bool operator() (std::shared_ptr<SectionNode> const& node) const { in operator ()()
5837 SectionInfo const& m_other;