Home
last modified time | relevance | path

Searched defs:benchmarkStarting (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp45 void ListeningReporter::benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) { in benchmarkStarting() function in Catch::ListeningReporter
Dcatch_reporter_console.cpp401 void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { in benchmarkStarting() function in Catch::ConsoleReporter
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h189 virtual void benchmarkStarting( BenchmarkInfo const& ) {} in benchmarkStarting() function
Dcatch_run_context.cpp233 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { in benchmarkStarting() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp5027 virtual void benchmarkStarting( BenchmarkInfo const& ) {} in benchmarkStarting() function
10462 void RunContext::benchmarkStarting( BenchmarkInfo const& info ) { in benchmarkStarting() function in Catch::RunContext
13706 void ConsoleReporter::benchmarkStarting(BenchmarkInfo const& info) { in benchmarkStarting() function in Catch::ConsoleReporter
14217 void ListeningReporter::benchmarkStarting( BenchmarkInfo const& benchmarkInfo ) { in benchmarkStarting() function in Catch::ListeningReporter