Home
last modified time | relevance | path

Searched refs:SetOutputStream (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc409 reporter.SetOutputStream(&out_stream); in RunOutputTests()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc604 file_reporter->SetOutputStream(&output_file); in RunSpecifiedBenchmarks()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1907 void SetOutputStream(std::ostream* out) { in SetOutputStream() function