Home
last modified time | relevance | path

Searched refs:GetOutputOptions (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_api_internal.h42 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
H A Dbenchmark.cc464 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { in GetOutputOptions() function
505 FLAGS_benchmark_format, internal::GetOutputOptions()); in RunSpecifiedBenchmarks()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_api_internal.h47 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
H A Dbenchmark.cc313 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { in GetOutputOptions() function
359 FLAGS_benchmark_format, internal::GetOutputOptions()); in RunSpecifiedBenchmarks()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc370 auto options = benchmark::internal::GetOutputOptions(/*force_no_color*/true); in RunOutputTests()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc379 auto options = benchmark::internal::GetOutputOptions(/*force_no_color*/ true); in RunOutputTests()