Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Drx_producer.h75 using ProtobufPtr = std::shared_ptr<detail::concept_message_lite_base_t<const T>>; variable
121 std::optional<ProtobufPtr<U>> MaybeUnserialize() { in MaybeUnserialize()
/system/iorap/src/compiler/
Dcompiler.cc53 using ProtobufPtr = iorap::perfetto::ProtobufPtr<T>; typedef
72 ProtobufPtr<::perfetto::protos::Trace> trace_ptr;
118 std::optional<ProtobufPtr<ProtoT>> t = proto_info.proto.template MaybeUnserialize<ProtoT>(); in ReadProtosFromFileNames()