Searched refs:stub_h_ (Results 1 – 1 of 1) sorted by relevance
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_plugin.cc | 93 : source_(file), stub_h_(stub_h_printer) {} in GeneratorJob() 461 stub_h_->Print( in GeneratePrologue() 485 stub_h_->Print("#include \"$name$.h\"\n", "name", in GeneratePrologue() 488 stub_h_->Print("\n"); in GeneratePrologue() 492 stub_h_->Print("namespace $ns$ {\n", "ns", ns); in GeneratePrologue() 494 stub_h_->Print("\n"); in GeneratePrologue() 498 stub_h_->Print("class $class$;\n", "class", GetCppClassName(message)); in GeneratePrologue() 501 stub_h_->Print("enum $class$ : int32_t;\n", "class", in GeneratePrologue() 504 stub_h_->Print("\n"); in GeneratePrologue() 508 stub_h_->Print("enum $class$ : int32_t {\n", "class", in GenerateEnumDescriptor() [all …]
|