Searched refs:AssertionPrinter (Results 1 – 5 of 5) sorted by relevance
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 46 AssertionPrinter printer( stream, _assertionStats, counter ); in assertionEnded() 61 class AssertionPrinter { class 63 AssertionPrinter& operator= ( AssertionPrinter const& ) = delete; 64 AssertionPrinter( AssertionPrinter const& ) = delete; 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() function in Catch::TAPReporter::AssertionPrinter
|
D | catch.hpp | 13103 class AssertionPrinter { class 13105 AssertionPrinter& operator= (AssertionPrinter const&) = delete; 13106 AssertionPrinter(AssertionPrinter const&) = delete; 13107 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() function in Catch::__anon2c2dcc262511::AssertionPrinter 13297 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()
|
/external/catch2/include/reporters/ |
D | catch_reporter_tap.hpp | 46 AssertionPrinter printer( stream, _assertionStats, counter ); in assertionEnded() 61 class AssertionPrinter { class 63 AssertionPrinter& operator= ( AssertionPrinter const& ) = delete; 64 AssertionPrinter( AssertionPrinter const& ) = delete; 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() function in Catch::TAPReporter::AssertionPrinter
|
D | catch_reporter_compact.cpp | 75 class AssertionPrinter { class 77 AssertionPrinter& operator= (AssertionPrinter const&) = delete; 78 AssertionPrinter(AssertionPrinter const&) = delete; 79 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() function in Catch::__anon05381ce90211::AssertionPrinter 269 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9509 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded() 9563 class AssertionPrinter { class 9564 void operator= ( AssertionPrinter const& ); 9566 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages ) in AssertionPrinter() function in Catch::ConsoleReporter::AssertionPrinter 9946 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded() 9960 class AssertionPrinter { class 9961 void operator= ( AssertionPrinter const& ); 9963 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages ) in AssertionPrinter() function in Catch::CompactReporter::AssertionPrinter
|