Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc126 std::string GetIncludePath(const FileDescriptor*);
159 std::string ProtoToCpp::GetIncludePath(const FileDescriptor* proto_file) { in GetIncludePath() function in ProtoToCpp
242 header_printer.Print("#include \"$f$\"\n", "f", GetIncludePath(dep)); in Convert()