Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc115 class ProtoToCpp { class
117 ProtoToCpp(const std::string& header_dir,
139 ProtoToCpp::ProtoToCpp(const std::string& header_dir, in ProtoToCpp() function in ProtoToCpp
149 std::string ProtoToCpp::GetHeaderPath(const FileDescriptor* proto_file) { in GetHeaderPath()
154 std::string ProtoToCpp::GetCppPath(const FileDescriptor* proto_file) { in GetCppPath()
159 std::string ProtoToCpp::GetIncludePath(const FileDescriptor* proto_file) { in GetIncludePath()
164 std::string ProtoToCpp::GetCppType(const FieldDescriptor* field, in GetCppType()
201 void ProtoToCpp::Convert(const std::string& src_proto) { in Convert()
276 void ProtoToCpp::GenHeader(const Descriptor* msg, Printer* p) { in GenHeader()
380 void ProtoToCpp::GenCpp(const Descriptor* msg, Printer* p, std::string prefix) { in GenCpp()
[all …]