Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dreporter.cc29 : output_stream_(&std::cout), error_stream_(&std::cerr) {} in BenchmarkReporter()
/third_party/benchmark/src/
Dreporter.cc33 : output_stream_(&std::cout), error_stream_(&std::cerr) {} in BenchmarkReporter()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1357 error_stream_ = err; in SetErrorStream()
1362 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream()
1373 std::ostream* error_stream_; variable
/third_party/benchmark/include/benchmark/
Dbenchmark.h1647 error_stream_ = err; in SetErrorStream()
1652 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream()
1663 std::ostream* error_stream_; variable