Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc92 GeneratorJob(const FileDescriptor* file, Printer* stub_h_printer) in GeneratorJob() argument
93 : source_(file), stub_h_(stub_h_printer) {} in GeneratorJob()
974 Printer stub_h_printer(stub_h_file_stream.get(), '$'); in Generate() local
975 GeneratorJob job(file, &stub_h_printer); in Generate()