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

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

Completed in 199 milliseconds