Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc221 Printer cpp_printer(&cpp_proto_ostr, '$'); in Convert() local
234 cpp_printer.Print(kHeader, "f", __FILE__, "p", src_proto); in Convert()
236 cpp_printer.Print("#include \"$f$\"\n", "f", in Convert()
246 cpp_printer.Print("\n#include \"$f$\"\n", "f", GetProtoHeader(proto_file)); in Convert()
249 cpp_printer.Print("#include \"$f$\"\n", "f", GetProtoHeader(dep)); in Convert()
263 cpp_printer.Print("\nnamespace perfetto {\n"); in Convert()
268 GenCpp(msg, &cpp_printer, ""); in Convert()
271 cpp_printer.Print("} // namespace perfetto\n"); in Convert()