Home
last modified time | relevance | path

Searched refs: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
140 void operator=(BySectionInfo const&) = delete;
187 BySectionInfo( sectionInfo ) ); in sectionStarting()
/external/bcc/tests/cc/
Dcatch.hpp8621 struct BySectionInfo { struct
8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function
8628 void operator=( BySectionInfo const& );
8666 BySectionInfo( sectionInfo ) ); in sectionStarting()
/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() function
5834 void operator=(BySectionInfo const&) = delete;
5880 BySectionInfo( sectionInfo ) ); in sectionStarting()
/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
5798 void operator=(BySectionInfo const&) = delete;
5844 BySectionInfo( sectionInfo ) ); in sectionStarting()