Home
last modified time | relevance | path

Searched refs:AssertionPrinter (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp46 AssertionPrinter printer( stream, _assertionStats, counter ); in assertionEnded()
61 class AssertionPrinter { class
63 AssertionPrinter& operator= ( AssertionPrinter const& ) = delete;
64 AssertionPrinter( AssertionPrinter const& ) = delete;
65AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() function in Catch::TAPReporter::AssertionPrinter
Dcatch_reporter_compact.cpp75 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::__anon5ec6bfb20211::AssertionPrinter
269 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp46 AssertionPrinter printer( stream, _assertionStats, counter ); in assertionEnded()
61 class AssertionPrinter { class
63 AssertionPrinter& operator= ( AssertionPrinter const& ) = delete;
64 AssertionPrinter( AssertionPrinter const& ) = delete;
65AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() function in Catch::TAPReporter::AssertionPrinter
Dcatch.hpp13103 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::__anondb8a344f2511::AssertionPrinter
13297 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()
/external/bcc/tests/cc/
Dcatch.hpp9509 AssertionPrinter printer( stream, _assertionStats, printInfoMessages ); in assertionEnded()
9563 class AssertionPrinter { class
9564 void operator= ( AssertionPrinter const& );
9566AssertionPrinter( 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& );
9963AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages ) in AssertionPrinter() function in Catch::CompactReporter::AssertionPrinter