Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dconsole_reporter.cc42 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
46 GetErrorStream() in ReportContext()
Dcsv_reporter.cc57 PrintBasicContext(&GetErrorStream(), context); in ReportContext()
Dbenchmark.cc320 std::flush(reporter->GetErrorStream()); in FlushStreams()
573 auto& Err = display_reporter->GetErrorStream(); in RunSpecifiedBenchmarks()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1872 std::ostream& GetErrorStream() const { return *error_stream_; } in GetErrorStream() function