Searched defs:JsonOutputWriter (Results 1 – 1 of 1) sorted by relevance
28 class JsonOutputWriter : public perfetto::trace_processor::json::OutputWriter { class30 explicit JsonOutputWriter(std::ostream* stream) : stream_(stream) {} in JsonOutputWriter() function in JsonOutputWriter