Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp53 void ListeningReporter::benchmarkPreparing( std::string const& name ) { in benchmarkPreparing() function in Catch::ListeningReporter
55 listener->benchmarkPreparing(name); in benchmarkPreparing()
57 m_reporter->benchmarkPreparing(name); in benchmarkPreparing()
Dcatch_reporter_xml.h54 void benchmarkPreparing(std::string const& name) override;
Dcatch_reporter_listening.h37 void benchmarkPreparing(std::string const& name) override;
Dcatch_reporter_console.h45 void benchmarkPreparing(std::string const& name) override;
Dcatch_reporter_xml.cpp223 void XmlReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::XmlReporter
Dcatch_reporter_console.cpp431 void ConsoleReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::ConsoleReporter
/external/catch2/include/internal/
Dcatch_interfaces_capture.h50 virtual void benchmarkPreparing( std::string const& name ) = 0;
Dcatch_run_context.h86 void benchmarkPreparing( std::string const& name ) override;
Dcatch_run_context.cpp235 void RunContext::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::RunContext
236 m_reporter->benchmarkPreparing(name); in benchmarkPreparing()
Dcatch_interfaces_reporter.h226 virtual void benchmarkPreparing( std::string const& ) {} in benchmarkPreparing() function
/external/catch2/include/internal/benchmark/
Dcatch_benchmark.hpp59 getResultCapture().benchmarkPreparing(name); in run()
/external/catch2/single_include/catch2/
Dcatch.hpp2444 virtual void benchmarkPreparing( std::string const& name ) = 0;
5627 virtual void benchmarkPreparing( std::string const& ) {} in benchmarkPreparing() function
6129 void benchmarkPreparing(std::string const& name) override;
6367 void benchmarkPreparing(std::string const& name) override;
7274 getResultCapture().benchmarkPreparing(name); in run()
8071 void benchmarkPreparing( std::string const& name ) override;
10919 void benchmarkPreparing(std::string const& name) override;
12675 void RunContext::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::RunContext
12676 m_reporter->benchmarkPreparing(name); in benchmarkPreparing()
16213 void ConsoleReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::ConsoleReporter
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2466 virtual void benchmarkPreparing( std::string const& name ) = 0;
5660 virtual void benchmarkPreparing( std::string const& ) {} in benchmarkPreparing() function
6163 void benchmarkPreparing(std::string const& name) override;
6401 void benchmarkPreparing(std::string const& name) override;
7306 getResultCapture().benchmarkPreparing(name); in run()
8126 void benchmarkPreparing( std::string const& name ) override;
10981 void benchmarkPreparing(std::string const& name) override;
12818 void RunContext::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::RunContext
12819 m_reporter->benchmarkPreparing(name); in benchmarkPreparing()
16466 void ConsoleReporter::benchmarkPreparing(std::string const& name) { in benchmarkPreparing() function in Catch::ConsoleReporter
[all …]