Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_report_sample.cpp239 std::unique_ptr<google::protobuf::io::CopyingOutputStreamAdaptor> protobuf_os; in Run() local
248 protobuf_os.reset(new google::protobuf::io::CopyingOutputStreamAdaptor(protobuf_writer.get())); in Run()
249 protobuf_coded_os.reset(new google::protobuf::io::CodedOutputStream(protobuf_os.get())); in Run()