Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tools/proto_merger/
H A Dmain.cc240 ProtoFile input_file = ProtoFileFromDescriptor(std::move(input_preamble), in Main()
245 ProtoFileFromDescriptor("", *upstream_proto.file_descriptor); in Main()
H A Dproto_file.h88 ProtoFile ProtoFileFromDescriptor(std::string preamble,
H A Dproto_file.cc264 ProtoFile ProtoFileFromDescriptor( in ProtoFileFromDescriptor() function