Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc86 std::string GetFwdDeclType(const Descriptor* msg, bool with_namespace = false) { in GetFwdDeclType() function
103 p->Print("class $n$;", "n", GetFwdDeclType(msg)); in GenFwdDecl()
318 std::string proto_type = GetFwdDeclType(msg, true); in GenHeader()
415 std::string proto_type = GetFwdDeclType(msg, true); in GenCpp()