Home
last modified time | relevance | path

Searched refs:benchmarkFailed (Results 1 – 13 of 13) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp72 void ListeningReporter::benchmarkFailed( std::string const& error ) { in benchmarkFailed() function in Catch::ListeningReporter
74 listener->benchmarkFailed(error); in benchmarkFailed()
76 m_reporter->benchmarkFailed(error); in benchmarkFailed()
Dcatch_reporter_xml.h57 void benchmarkFailed(std::string const&) override;
Dcatch_reporter_listening.h40 void benchmarkFailed(std::string const&) override;
Dcatch_reporter_console.h48 void benchmarkFailed(std::string const& error) override;
Dcatch_reporter_xml.cpp260 void XmlReporter::benchmarkFailed(std::string const &error) { in benchmarkFailed() function in Catch::XmlReporter
Dcatch_reporter_console.cpp470 void ConsoleReporter::benchmarkFailed(std::string const& error) { in benchmarkFailed() function in Catch::ConsoleReporter
/external/catch2/include/internal/benchmark/detail/
Dcatch_complete_invoke.hpp62 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
/external/catch2/include/internal/
Dcatch_interfaces_capture.h53 virtual void benchmarkFailed( std::string const& error ) = 0;
Dcatch_run_context.h89 void benchmarkFailed( std::string const& error ) override;
Dcatch_run_context.cpp244 void RunContext::benchmarkFailed(std::string const & error) { in benchmarkFailed() function in Catch::RunContext
245 m_reporter->benchmarkFailed(error); in benchmarkFailed()
Dcatch_interfaces_reporter.h229 virtual void benchmarkFailed( std::string const& ) {} in benchmarkFailed() function
/external/catch2/single_include/catch2/
Dcatch.hpp2447 virtual void benchmarkFailed( std::string const& error ) = 0;
5630 virtual void benchmarkFailed( std::string const& ) {} in benchmarkFailed() function
6132 void benchmarkFailed(std::string const& error) override;
6370 void benchmarkFailed(std::string const&) override;
6545 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
8074 void benchmarkFailed( std::string const& error ) override;
10922 void benchmarkFailed(std::string const&) override;
12684 void RunContext::benchmarkFailed(std::string const & error) { in benchmarkFailed() function in Catch::RunContext
12685 m_reporter->benchmarkFailed(error); in benchmarkFailed()
16252 void ConsoleReporter::benchmarkFailed(std::string const& error) { in benchmarkFailed() function in Catch::ConsoleReporter
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2469 virtual void benchmarkFailed( std::string const& error ) = 0;
5663 virtual void benchmarkFailed( std::string const& ) {} in benchmarkFailed() function
6166 void benchmarkFailed(std::string const& error) override;
6404 void benchmarkFailed(std::string const&) override;
6577 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
8129 void benchmarkFailed( std::string const& error ) override;
10984 void benchmarkFailed(std::string const&) override;
12827 void RunContext::benchmarkFailed(std::string const & error) { in benchmarkFailed() function in Catch::RunContext
12828 m_reporter->benchmarkFailed(error); in benchmarkFailed()
16505 void ConsoleReporter::benchmarkFailed(std::string const& error) { in benchmarkFailed() function in Catch::ConsoleReporter
[all …]