Searched defs:header_ostr (Results 1 - 1 of 1) sorted by relevance

/external/perfetto/tools/proto_to_cpp/
H A Dproto_to_cpp.cc211 std::ofstream header_ostr; local
212 header_ostr.open(dst_header);
213 PERFETTO_CHECK(header_ostr.is_open());
214 OstreamOutputStream header_proto_ostr(&header_ostr);

Completed in 131 milliseconds