Home
last modified time | relevance | path

Searched refs:error_stream_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dreporter.cc33 : output_stream_(&std::cout), error_stream_(&std::cerr) {} in BenchmarkReporter()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1647 error_stream_ = err; in SetErrorStream()
1652 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream()
1663 std::ostream* error_stream_; variable