Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc125 std::string GetCppPath(const FileDescriptor*);
154 std::string ProtoToCpp::GetCppPath(const FileDescriptor* proto_file) { in GetCppPath() function in ProtoToCpp
209 std::string dst_cpp = GetCppPath(proto_file); in Convert()