HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorStream (Results 1 - 8 of 8) sorted by null

  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 38 PrintBasicContext(&GetErrorStream(), context);
42 GetErrorStream()
csv_reporter.cc 40 PrintBasicContext(&GetErrorStream(), context);
benchmark.cc 485 std::flush(reporter->GetErrorStream());
557 auto& Err = console_reporter->GetErrorStream();
  /external/google-benchmark/src/
console_reporter.cc 41 PrintBasicContext(&GetErrorStream(), context);
45 GetErrorStream()
csv_reporter.cc 41 PrintBasicContext(&GetErrorStream(), context);
benchmark.cc 507 std::flush(reporter->GetErrorStream());
595 auto& Err = console_reporter->GetErrorStream();
  /external/google-benchmark/include/benchmark/
reporter.h 143 std::ostream& GetErrorStream() const { return *error_stream_; }
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 139 std::ostream& GetErrorStream() const { return *error_stream_; }

Completed in 443 milliseconds