Searched refs:error_stream_ (Results 1 – 2 of 2) sorted by relevance
33 : output_stream_(&std::cout), error_stream_(&std::cerr) {} in BenchmarkReporter()
1647 error_stream_ = err; in SetErrorStream()1652 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream()1663 std::ostream* error_stream_; variable