Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc128 void GenCpp(const Descriptor*, Printer*, std::string prefix);
268 GenCpp(msg, &cpp_printer, ""); in Convert()
380 void ProtoToCpp::GenCpp(const Descriptor* msg, Printer* p, std::string prefix) { in GenCpp() function in ProtoToCpp
504 GenCpp(field->message_type(), p, child_prefix); in GenCpp()