Home
last modified time | relevance | path

Searched refs: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
135 void operator=(BySectionInfo const&) = delete;
182 BySectionInfo( sectionInfo ) ); in sectionStarting()
/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
8628 void operator=( BySectionInfo const& );
8666 BySectionInfo( sectionInfo ) ); in sectionStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp5185 struct BySectionInfo { struct
5186 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo() argument
5187 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo() function
5192 void operator=(BySectionInfo const&) = delete;
5238 BySectionInfo( sectionInfo ) ); in sectionStarting()