Home
last modified time | relevance | path

Searched defs:BinaryWireProtobuf (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/perfetto/
Drx_producer.h83 struct BinaryWireProtobuf { struct
99 explicit BinaryWireProtobuf(char* data, size_t size) in BinaryWireProtobuf() function
103 explicit BinaryWireProtobuf(std::byte* data, size_t size) { in BinaryWireProtobuf() function
110 explicit BinaryWireProtobuf(std::vector<std::byte> data) : data_{std::move(data)} { in BinaryWireProtobuf() argument
134 static std::optional<BinaryWireProtobuf<T>> ReadFullyFromFile(const std::string& path, argument
151 //using PerfettoTraceProto = BinaryWireProtobuf<::perfetto::protos::Trace>; argument
Drx_producer.cc647 template struct BinaryWireProtobuf<::google::protobuf::MessageLite>; variable