Searched refs:header_printer (Results 1 – 3 of 3) sorted by relevance
215 Printer header_printer(&header_proto_ostr, '$'); in Convert() local226 header_printer.Print(kHeader, "f", __FILE__, "p", src_proto); in Convert()227 header_printer.Print("#ifndef $g$\n#define $g$\n\n", "g", include_guard); in Convert()228 header_printer.Print("#include <stdint.h>\n"); in Convert()229 header_printer.Print("#include <vector>\n"); in Convert()230 header_printer.Print("#include <string>\n"); in Convert()231 header_printer.Print("#include <type_traits>\n\n"); in Convert()232 header_printer.Print("#include \"perfetto/base/export.h\"\n\n"); in Convert()242 header_printer.Print("#include \"$f$\"\n", "f", GetIncludePath(dep)); in Convert()244 header_printer.Print("\n"); in Convert()[all …]
3485 struct dpipe_header_printer *header_printer; in dpipe_print_prot_header() local3492 header_printer = dpipe_header_printers[i]; in dpipe_print_prot_header()3493 if (header_printer->header_id != info->header_id) in dpipe_print_prot_header()3495 field_printers_count = header_printer->printers_count; in dpipe_print_prot_header()3497 field_printer = &header_printer->printers[j]; in dpipe_print_prot_header()
4515 TableEntryHeaderPrinter header_printer(os_); in VisitChoice() local4516 that->GetTable(ignore_case_)->ForEach(&header_printer); in VisitChoice()