Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc94 output_stream_ = output_stream; in InitializeForPerfetto()
184 DCHECK_NOT_NULL(output_stream_); in StartTracing()
185 DCHECK(output_stream_->good()); in StartTracing()
248 JsonOutputWriter output_writer(output_stream_); in StopTracing()
/third_party/benchmark/src/
Dreporter.cc33 : output_stream_(&std::cout), error_stream_(&std::cerr) {} in BenchmarkReporter()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1640 output_stream_ = out; in SetOutputStream()
1650 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream()
1662 std::ostream* output_stream_;
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h313 std::ostream* output_stream_ = nullptr; in V8_PLATFORM_NON_EXPORTED_BASE() local